mirror of
https://github.com/web-infra-dev/midscene.git
synced 2025-07-27 19:01:44 +00:00
9 lines
225 B
Plaintext
9 lines
225 B
Plaintext
## 配置 AI 模型服务
|
|
|
|
将你的模型配置写入环境变量。更多信息请查看 [选择 AI 模型](../choose-a-model)。
|
|
|
|
```bash
|
|
# 替换为你的 API Key
|
|
export OPENAI_API_KEY="sk-abcdefghijklmnopqrstuvwxyz"
|
|
```
|