@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.
Files changed (2) hide show
  1. package/README.md +5 -4
  2. 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 | 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). |
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.1232",
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.1232"
48
+ "veryfront": "^0.1.1233"
49
49
  },
50
50
  "type": "module",
51
51
  "types": "./esm/index.d.ts",