@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 +6 -0
- package/README.md +1 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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:
|