Skip to content

Commit fe1826f

Browse files
authored
feat: anthropic plugin moved to core (#375)
1 parent ea57afe commit fe1826f

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

docs/docs/plugins/anthropic.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ title: genkitx-anthropic
2121
<img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/BloomLabsInc/genkit-plugins"/>
2222
</div>
2323

24+
> [!WARNING]
25+
> **This plugin has been merged into the core Genkit distribution.** Please use the official Anthropic plugins instead:
26+
>
27+
> - **Anthropic Plugin**: `@genkit-ai/anthropic`
28+
2429
`genkitx-anthropic` is a community plugin for using Anthropic AI and all its supported models with [Firebase Genkit](https://github.com/firebase/genkit).
2530

2631
This Genkit plugin allows to use Anthropic AI models through their official APIs.

docs/docs/plugins/openai.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ title: genkitx-openai
2323
<img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/BloomLabsInc/genkit-plugins"/>
2424
</div>
2525

26-
**`genkitx-openai`** is a community plugin for using OpenAI APIs with
27-
[Firebase Genkit](https://github.com/firebase/genkit). Built by [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
28-
2926
> [!WARNING]
3027
> **This plugin has been merged into the core Genkit distribution.** Please use the official OpenAI plugins instead:
3128
>
3229
> - **OpenAI Plugin**: `@genkit-ai/compat-oai`
3330
> - **Compatible OpenAI API Plugin**: `@genkit-ai/compat-oai`
3431
32+
**`genkitx-openai`** is a community plugin for using OpenAI APIs with
33+
[Firebase Genkit](https://github.com/firebase/genkit). Built by [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
34+
3535
This Genkit plugin allows to use OpenAI models through their official APIs.
3636

3737
## Supported models

plugins/anthropic/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
<img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/BloomLabsInc/genkit-plugins">
1919
</div>
2020

21+
> [!WARNING]
22+
> **This plugin has been merged into the core Genkit distribution.** Please use the official Anthropic plugins instead:
23+
>
24+
> - **Anthropic Plugin**: `@genkit-ai/anthropic`
25+
2126
`genkitx-anthropic` is a community plugin for using Anthropic AI and all its supported models with [Genkit](https://github.com/firebase/genkit).
2227

2328
This Genkit plugin allows to use Anthropic AI models through their official APIs.

plugins/openai/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222

2323
</br>
2424

25-
**`genkitx-openai`** is a community plugin for using OpenAI APIs with
26-
[Firebase Genkit](https://github.com/firebase/genkit). Built by [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
27-
2825
> [!WARNING]
2926
> **This plugin has been merged into the core Genkit distribution.** Please use the official OpenAI plugins instead:
3027
>
3128
> - **OpenAI Plugin**: `@genkit-ai/compat-oai/openai`
3229
> - **Compatible OpenAI API Plugin**: `@genkit-ai/compat-oai`
3330
31+
**`genkitx-openai`** is a community plugin for using OpenAI APIs with
32+
[Firebase Genkit](https://github.com/firebase/genkit). Built by [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
33+
3434
This Genkit plugin allows to use OpenAI models through their official APIs.
3535

3636
## Supported models

0 commit comments

Comments
 (0)