@genkit-ai/compat-oai 1.33.0-rc.0 → 1.33.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -192,15 +192,15 @@ export const customModelFlow = ai.defineFlow(
|
|
|
192
192
|
|
|
193
193
|
## Contributing
|
|
194
194
|
|
|
195
|
-
Want to contribute to the project? That's awesome! Head over to our [Contribution Guidelines](https://github.com/
|
|
195
|
+
Want to contribute to the project? That's awesome! Head over to our [Contribution Guidelines](https://github.com/genkit-ai/genkit/blob/main/CONTRIBUTING.md).
|
|
196
196
|
|
|
197
197
|
## Need help?
|
|
198
198
|
|
|
199
199
|
- [Genkit Discord](https://genkit.dev/discord)
|
|
200
|
-
- [Github Issues](https://github.com/
|
|
200
|
+
- [Github Issues](https://github.com/genkit-ai/genkit/issues)
|
|
201
201
|
|
|
202
202
|
## License
|
|
203
203
|
|
|
204
|
-
This project is licensed under the [Apache 2.0 License](https://github.com/
|
|
204
|
+
This project is licensed under the [Apache 2.0 License](https://github.com/genkit-ai/genkit/blob/main/LICENSE).
|
|
205
205
|
|
|
206
|
-
[](https://github.com/
|
|
206
|
+
[](https://github.com/genkit-ai/genkit/blob/main/LICENSE)
|
package/package.json
CHANGED
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
"genai",
|
|
12
12
|
"generative-ai"
|
|
13
13
|
],
|
|
14
|
-
"version": "1.33.0
|
|
14
|
+
"version": "1.33.0",
|
|
15
15
|
"type": "commonjs",
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|
|
18
|
-
"url": "https://github.com/
|
|
18
|
+
"url": "https://github.com/genkit-ai/genkit.git",
|
|
19
19
|
"directory": "js/plugins/compat-oai"
|
|
20
20
|
},
|
|
21
21
|
"author": "genkit",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"openai": "^4.95.0"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"genkit": "^1.33.0
|
|
27
|
+
"genkit": "^1.33.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@jest/globals": "^29.7.0",
|