restore default model

This commit is contained in:
binary-husky 2023-04-23 18:37:15 +08:00
parent 65317e33af
commit 94dc398163

View File

@ -44,7 +44,7 @@ WEB_PORT = -1
MAX_RETRY = 2
# OpenAI模型选择是gpt4现在只对申请成功的人开放体验gpt-4可以试试api2d
LLM_MODEL = "newbing" # 可选 ↓↓↓
LLM_MODEL = "gpt-3.5-turbo" # 可选 ↓↓↓
AVAIL_LLM_MODELS = ["gpt-3.5-turbo", "api2d-gpt-3.5-turbo", "gpt-4", "api2d-gpt-4", "chatglm", "newbing"]
# 本地LLM模型如ChatGLM的执行方式 CPU/GPU
@ -64,5 +64,7 @@ API_URL_REDIRECT = {}
# 如果需要在二级路径下运行(常规情况下,不要修改!!需要配合修改main.py才能生效!
CUSTOM_PATH = "/"
newbing_cookies = """your bing cookies here"""
# 如果需要使用newbing把newbing的cookie放到这里
newbing_cookies = """
your bing cookies here
"""