@runpod/ai-sdk-provider 0.3.1 → 0.3.2

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
  # @runpod/ai-sdk-provider
2
2
 
3
+ ## 0.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 012cb6f: docs: moved "get api key on console" into "apiKey"
8
+
3
9
  ## 0.3.1
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -56,6 +56,7 @@ You can use the following optional settings to customize the Runpod provider ins
56
56
 
57
57
  API key that is being sent using the `Authorization` header.
58
58
  It defaults to the `RUNPOD_API_KEY` environment variable.
59
+ You can obtain your api key from the [Runpod Console](https://console.runpod.io/user/settings) under "API Keys".
59
60
 
60
61
  - **headers** _Record<string,string>_
61
62
 
@@ -67,8 +68,6 @@ You can use the following optional settings to customize the Runpod provider ins
67
68
  You can use it as a middleware to intercept requests,
68
69
  or to provide a custom fetch implementation for e.g. testing.
69
70
 
70
- You can obtain your Runpod API key from the [Runpod Console](https://console.runpod.io/user/settings) under "API Keys".
71
-
72
71
  ## Language Models
73
72
 
74
73
  You can create language models using the provider instance. The first argument is the model ID:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runpod/ai-sdk-provider",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",