You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue
The READMEs (e.g. genkitx-azure-openai) state outdated genkit setups depending for instance on configureGenkit instead of genkit for initializing.
Possible Solutions
Migrate the READMEs carefully to the release, e.g. with
Issue
The READMEs (e.g. genkitx-azure-openai) state outdated genkit setups depending for instance on
configureGenkit
instead ofgenkit
for initializing.Possible Solutions
Migrate the READMEs carefully to the release, e.g. with
import { genkit } from 'genkit';
and
export default genkit({ plugins: [ azureOpenAI({...}), ], });
Additional context
See in particular the official migration guide: https://firebase.google.com/docs/genkit/migrating-from-0.5
The text was updated successfully, but these errors were encountered: