final version
This commit is contained in:
@@ -25,14 +25,14 @@ python -m sdk.cli.algorithm-showcase-cli --help
|
||||
algorithm-showcase config set-api-key YOUR_API_KEY
|
||||
|
||||
# 或者设置基础URL
|
||||
algorithm-showcase config set-base-url http://localhost:8000
|
||||
algorithm-showcase config set-base-url http://localhost:8001
|
||||
```
|
||||
|
||||
您也可以通过环境变量设置:
|
||||
|
||||
```bash
|
||||
export ALGORITHM_SHOWCASE_API_KEY=your_api_key_here
|
||||
export ALGORITHM_SHOWCASE_BASE_URL=http://localhost:8000
|
||||
export ALGORITHM_SHOWCASE_BASE_URL=http://localhost:8001
|
||||
```
|
||||
|
||||
## 基本操作示例
|
||||
@@ -223,7 +223,7 @@ algorithm-showcase openai generate-data \
|
||||
```json
|
||||
{
|
||||
"api_key": "your_api_key_here",
|
||||
"base_url": "http://localhost:8000",
|
||||
"base_url": "http://localhost:8001",
|
||||
"default_headers": {
|
||||
"User-Agent": "algorithm-showcase-cli/1.0"
|
||||
},
|
||||
@@ -352,7 +352,7 @@ CLI工具支持以下环境变量:
|
||||
|
||||
```bash
|
||||
export ALGORITHM_SHOWCASE_API_KEY="your_api_key" # API密钥
|
||||
export ALGORITHM_SHOWCASE_BASE_URL="http://localhost:8000" # API基础URL
|
||||
export ALGORITHM_SHOWCASE_BASE_URL="http://localhost:8001" # API基础URL
|
||||
export ALGORITHM_SHOWCASE_TIMEOUT="30" # 请求超时时间(秒)
|
||||
export ALGORITHM_SHOWCASE_RETRY_COUNT="3" # 重试次数
|
||||
export ALGORITHM_SHOWCASE_OUTPUT_FORMAT="table" # 默认输出格式
|
||||
|
||||
Reference in New Issue
Block a user