initial scaffold
This commit is contained in:
@@ -0,0 +1 @@
|
||||
// Flows will be imported for their side effects in this file.
|
||||
@@ -0,0 +1,7 @@
|
||||
import {genkit} from 'genkit';
|
||||
import {googleAI} from '@genkit-ai/googleai';
|
||||
|
||||
export const ai = genkit({
|
||||
plugins: [googleAI()],
|
||||
model: 'googleai/gemini-2.0-flash',
|
||||
});
|
||||
Reference in New Issue
Block a user