ChatGPTNextWeb / ChatGPTNextWeb/NextChat

[Bug] 硅基流动的 DeepSeek R1 / V3 模型 通过环境变量配置 API地址与Key 时 使用模型会返回 503 错误,但通过设置页面手动配置可正常使用

Open
#6,157 28 comments 8 reactions 0 assignees View on GitHub
bug
Dominant language
TypeScript
Stars
88.8k
Forks
59.1k
PR merge metrics
No merged PRs in 30d

Description

### 📦 部署方式

Vercel

### 📌 软件版本

commit add9ca2

### 💻 系统环境

Windows

### 📌 系统版本

Windows 10

### 🌐 浏览器

Edge

### 📌 浏览器版本

132.0.2957.140

### 🐛 问题描述

在环境变量中填写了API地址和Key后(`SILICONFLOW_API_KEY`、`SILICONFLOW_URL`),选定硅基流动的 **DeepSeek R1 / V3** 模型并发送消息时均返回 `503`错误,具体响应如下:

```json
{
"code": 50603,
"message": "System is too busy now. Please try again later.",
"data": null
}
```

提示服务器繁忙。

而手动在设置页面填写相同的API地址和Key却能正常使用。(使用硅基流动文档的格式)

### 📷 复现步骤

1. 在vercel的项目管理中填写 `SILICONFLOW_API_KEY` 与 `SILICONFLOW_URL`
2. 重新部署项目
3. 打开网站,选中硅基流动的 **DeepSeek R1 / V3** 模型,发送消息。
4. API返回上述响应

### 🚦 期望结果

在vercel的环境变量中填写硅基流动的API地址和Key后能够正常使用其 DeepSeek R1 / V3 模型,不再需要手动在设置页面填写

### 📝 补充信息

似乎只有满血版的会这样,其他的蒸馏模型正常

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.