Skip to content

Commit 4db4bd2

Browse files
authored
fix: openai warning (#339)
1 parent 22d0a82 commit 4db4bd2

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

docs/docs/plugins/openai.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ title: genkitx-openai
2626
**`genkitx-openai`** is a community plugin for using OpenAI APIs with
2727
[Firebase Genkit](https://github.com/firebase/genkit). Built by [**The Fire Company**](https://github.com/TheFireCo). 🔥
2828

29+
> [!WARNING]
30+
> **This plugin has been merged into the core Genkit distribution.** Please use the official OpenAI plugins instead:
31+
>
32+
> - **OpenAI Plugin**: `@genkit-ai/compat-oai`
33+
> - **Compatible OpenAI API Plugin**: `@genkit-ai/compat-oai`
34+
2935
This Genkit plugin allows to use OpenAI models through their official APIs.
3036

3137
## Supported models

plugins/openai/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525
**`genkitx-openai`** is a community plugin for using OpenAI APIs with
2626
[Firebase Genkit](https://github.com/firebase/genkit). Built by [**The Fire Company**](https://github.com/TheFireCo). 🔥
2727

28+
> [!WARNING]
29+
> **This plugin has been merged into the core Genkit distribution.** Please use the official OpenAI plugins instead:
30+
>
31+
> - **OpenAI Plugin**: `@genkit-ai/compat-oai/openai`
32+
> - **Compatible OpenAI API Plugin**: `@genkit-ai/compat-oai`
33+
2834
This Genkit plugin allows to use OpenAI models through their official APIs.
2935

3036
## Supported models

0 commit comments

Comments
 (0)