配置步骤
- 进入 设置 → 模型服务商 → 自定义
- 填入:
- 在模型列表中手动添加或通过接口拉取可用模型
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🚀 gpt-image-2 图像生成已上线!支持 4K 超清输出。了解详情
在 NextChat 中接入 SeeOneAPI
| 字段 | 值 |
|---|---|
| 接口地址 | https://api.seeoneapi.com |
| API Key | sk-你的API密钥 |
/v1,它会自动拼接。docker run -d \
-p 3000:3000 \
-e OPENAI_API_KEY=sk-你的API密钥 \
-e BASE_URL=https://api.seeoneapi.com \
yidadaa/chatgpt-next-web