Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate READMEs to new Genkit Release #213

Open
MaxHamscher opened this issue Jan 21, 2025 · 0 comments
Open

Migrate READMEs to new Genkit Release #213

MaxHamscher opened this issue Jan 21, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@MaxHamscher
Copy link

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

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

@MaxHamscher MaxHamscher added the enhancement New feature or request label Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant