@veryfront/ext-llm-openai 0.1.1232 → 0.1.1233
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 +5 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -18,10 +18,11 @@ export default defineConfig({
|
|
|
18
18
|
|
|
19
19
|
## Environment Variables
|
|
20
20
|
|
|
21
|
-
| Variable
|
|
22
|
-
|
|
|
23
|
-
| `OPENAI_API_KEY`
|
|
24
|
-
| `OPENAI_BASE_URL`
|
|
21
|
+
| Variable | Required | Description |
|
|
22
|
+
| -------------------------------------------------- | -------- | -------------------------------------------------------------------------------------------------------------------- |
|
|
23
|
+
| `OPENAI_API_KEY` | Yes | Your OpenAI API key. |
|
|
24
|
+
| `OPENAI_BASE_URL` | No | Override the API base URL (for Azure OpenAI, self-hosted gateways, or OpenAI-compatible providers like Moonshot AI). |
|
|
25
|
+
| `VERYFRONT_HOST_ALLOWED_INTERNAL_PROVIDER_ORIGINS` | Local | Exact internal provider origins the host permits, without API paths. |
|
|
25
26
|
|
|
26
27
|
## Usage
|
|
27
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veryfront/ext-llm-openai",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1233",
|
|
4
4
|
"description": "Veryfront first-party extension package for ext-llm-openai",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"veryfront",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"capabilities": []
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"veryfront": "^0.1.
|
|
48
|
+
"veryfront": "^0.1.1233"
|
|
49
49
|
},
|
|
50
50
|
"type": "module",
|
|
51
51
|
"types": "./esm/index.d.ts",
|