接入TGUI

This commit is contained in:
Your Name
2023-04-02 00:40:05 +08:00
parent ba7c7290c1
commit 6c32961211
3 changed files with 17 additions and 17 deletions

View File

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