使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
server
/
new-api
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
fix(playground): 清空互斥模型默认列表
初始不预填任何模型,由管理员在运营设置页面手动配置。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
master
fengsilin
1周前
父节点
2d1a8d2f28
当前提交
02e0940555
共有
1 个文件被更改
,包括
1 次插入
和
1 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+1
-1
setting/operation_setting/playground_setting.go
+ 1
- 1
setting/operation_setting/playground_setting.go
查看文件
@@ -9,7 +9,7 @@ type PlaygroundSetting struct {
// 默认配置
var playgroundSetting = PlaygroundSetting{
MutualExclusiveParams: "
deepseek-v4-flash\ndeepseek-v4-pro\ndeepseek-reasoner\no1-\no3-\no4-\ngpt-5
",
MutualExclusiveParams: "",
}
func init() {
撰写
预览
正在加载...
取消
保存