Tuchuanhuhuhu commited on
Commit
48e9f50
1 Parent(s): 029c5fe

加入更多GPT4模型

Browse files
Files changed (1) hide show
  1. presets.py +1 -1
presets.py CHANGED
@@ -32,7 +32,7 @@ pre code {
32
  """
33
 
34
  summarize_prompt = "请总结以上对话,不超过100字。" # 总结对话时的 prompt
35
- MODELS = ["gpt-3.5-turbo", "gpt-3.5-turbo-0301", "gpt-4","gpt-4-0314"] # 可选的模型
36
 
37
  # 错误信息
38
  standard_error_msg = "☹️发生了错误:" # 错误信息的标准前缀
 
32
  """
33
 
34
  summarize_prompt = "请总结以上对话,不超过100字。" # 总结对话时的 prompt
35
+ MODELS = ["gpt-3.5-turbo", "gpt-3.5-turbo-0301", "gpt-4","gpt-4-0314", "gpt-4-32k", "gpt-4-32k-0314"] # 可选的模型
36
 
37
  # 错误信息
38
  standard_error_msg = "☹️发生了错误:" # 错误信息的标准前缀