spec-agent 2.0.0 → 2.0.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/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -192,8 +192,8 @@ spec-agent clean --workspace <dir> [--all]
|
|
|
192
192
|
|
|
193
193
|
### 4. 环境变量配置
|
|
194
194
|
|
|
195
|
-
|
|
196
|
-
|
|
195
|
+
| 变量 | 说明 | 默认值 |
|
|
196
|
+
| ---- | ---- | ---- |
|
|
197
197
|
| `OPENAI_API_KEY` | OpenAI API Key | - |
|
|
198
198
|
| `LLM_API_KEY` | 通用 LLM API Key | - |
|
|
199
199
|
| `OPENAI_BASE_URL` / `LLM_BASE_URL` | API 基础 URL | https://api.openai.com/v1 |
|