Skip to content

Commit c700231

Browse files
committed
fix: update docs
1 parent 42284be commit c700231

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

plugins/anthropic/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "genkitx-anthropic",
33
"description": "Firebase Genkit AI framework plugin for Anthropic APIs.",
4+
"private": true,
45
"keywords": [
56
"genkit",
67
"genkit-plugin",

plugins/azure-openai/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222

2323
</br>
2424

25+
> [!WARNING]
26+
> **This plugin has been merged into the core Genkit distribution.** Please use the official Azure Openai plugin instead:
27+
>
28+
> - **The code is located here**: https://github.com/genkit-ai/azure-foundry-js-plugin
29+
2530
**`genkitx-azure-openai`** is a community plugin for using Azure OpenAI APIs with
2631
[Firebase Genkit](https://github.com/firebase/genkit). Built by [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥
2732

plugins/azure-openai/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "genkitx-azure-openai",
33
"description": "Firebase Genkit AI framework plugin for Azure OpenAI APIs.",
4+
"private": true,
45
"keywords": [
56
"genkit",
67
"genkit-plugin",

plugins/openai/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "genkitx-openai",
33
"description": "Firebase Genkit AI framework plugin for OpenAI APIs.",
4+
"private": true,
45
"keywords": [
56
"genkit",
67
"genkit-plugin",

0 commit comments

Comments
 (0)