@ai-sdk/openai-compatible 0.0.8 → 0.0.9

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @ai-sdk/openai-compatible
2
2
 
3
+ ## 0.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 9c7653b: feat (docs): Update OpenAI Compatible docs for new package.
8
+
3
9
  ## 0.0.8
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -80,3 +80,5 @@ const { text } = await generateText({
80
80
  prompt: 'Write a vegetarian lasagna recipe for 4 people.',
81
81
  });
82
82
  ```
83
+
84
+ For more examples, see the [OpenAI Compatible Provider](/providers/ai-sdk-providers/openai-compatible) documentation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/openai-compatible",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",