Skip to content

Commit

Permalink
force default model
Browse files Browse the repository at this point in the history
  • Loading branch information
xingfanxia committed Feb 26, 2024
1 parent fce203c commit 4b1fe65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"local_embedding": false, //是否在本地编制索引
"hide_history_when_not_logged_in": false, //未登录情况下是否不展示对话历史
"check_update": true, //是否启用检查更新
"default_model": "gpt-3.5-turbo", // 默认模型
"default_model": "gpt-4-1106-preview", // 默认模型
"chat_name_method_index": 2, // 选择对话名称的方法。0: 使用日期时间命名;1: 使用第一条提问命名,2: 使用模型自动总结
"bot_avatar": "default", // 机器人头像,可填写本地或网络图片链接,或者"none"(不显示头像)
"user_avatar": "default", // 用户头像,可填写本地或网络图片链接,或者"none"(不显示头像)
Expand Down

0 comments on commit 4b1fe65

Please sign in to comment.