## 配置 AI 模型服务 将你的模型配置写入环境变量。更多信息请查看 [选择 AI 模型](../choose-a-model)。 ```bash # 替换为你的 API Key export OPENAI_API_KEY="sk-abcdefghijklmnopqrstuvwxyz" ```