Spaces:
Running
Running
Update bin_public/config/presets.py
Browse files
bin_public/config/presets.py
CHANGED
@@ -25,7 +25,7 @@ INDEX_QUERY_TEMPERATURE = 1.0
|
|
25 |
initial_prompt = "You are a helpful assistant."
|
26 |
summarize_prompt = "你是谁?我们刚才聊了什么?" # 总结对话时的 prompt
|
27 |
# MODELS = ["gpt-3.5-turbo", "gpt-3.5-turbo-0301", "gpt-4","gpt-4-0314", "gpt-4-32k", "gpt-4-32k-0314"] # 可选的模型
|
28 |
-
MODELS = ["gpt-3.5-turbo", "gpt-3.5-turbo-0301", "gpt-4", "gpt-4-0314"]
|
29 |
REPLY_LANGUAGES = [
|
30 |
"中文",
|
31 |
"English",
|
|
|
25 |
initial_prompt = "You are a helpful assistant."
|
26 |
summarize_prompt = "你是谁?我们刚才聊了什么?" # 总结对话时的 prompt
|
27 |
# MODELS = ["gpt-3.5-turbo", "gpt-3.5-turbo-0301", "gpt-4","gpt-4-0314", "gpt-4-32k", "gpt-4-32k-0314"] # 可选的模型
|
28 |
+
MODELS = ["gpt-3.5-turbo", "gpt-3.5-turbo-0301", "gpt-4", "gpt-4-0314", 'gpt-4-32k']
|
29 |
REPLY_LANGUAGES = [
|
30 |
"中文",
|
31 |
"English",
|