This commit is contained in:
Your Name
2023-04-01 23:46:32 +08:00
parent e86ffad6e7
commit f245f94444
3 changed files with 144 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ WEB_PORT = -1
MAX_RETRY = 2
# OpenAI模型选择是gpt4现在只对申请成功的人开放
LLM_MODEL = "gpt-3.5-turbo"
LLM_MODEL = "pygmalion-1.3b@localhost@7860" # "gpt-3.5-turbo"
# OpenAI的API_URL
API_URL = "https://api.openai.com/v1/chat/completions"