AllenYkl commited on
Commit
3dafb84
1 Parent(s): a07faf5

Update bin_public/config/presets.py

Browse files
Files changed (1) hide show
  1. bin_public/config/presets.py +1 -1
bin_public/config/presets.py CHANGED
@@ -22,7 +22,7 @@ INDEX_QUERY_TEMPERATURE = 1.0
22
  initial_prompt = "You are a helpful assistant."
23
  summarize_prompt = "你是谁?我们刚才聊了什么?" # 总结对话时的 prompt
24
  # MODELS = ["gpt-3.5-turbo", "gpt-3.5-turbo-0301", "gpt-4","gpt-4-0314", "gpt-4-32k", "gpt-4-32k-0314"] # 可选的模型
25
- MODELS = ["gpt-3.5-turbo-0301", "gpt-4", "gpt-4-0314"]
26
  REPLY_LANGUAGES = [
27
  "中文",
28
  "English",
 
22
  initial_prompt = "You are a helpful assistant."
23
  summarize_prompt = "你是谁?我们刚才聊了什么?" # 总结对话时的 prompt
24
  # MODELS = ["gpt-3.5-turbo", "gpt-3.5-turbo-0301", "gpt-4","gpt-4-0314", "gpt-4-32k", "gpt-4-32k-0314"] # 可选的模型
25
+ MODELS = ["gpt-3.5-turbo", "gpt-3.5-turbo-0301", "gpt-4", "gpt-4-0314"]
26
  REPLY_LANGUAGES = [
27
  "中文",
28
  "English",