Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ my_api_key = "" # 在这里输入你的 API 密钥
12
  HIDE_MY_KEY = False # 如果你想在UI中隐藏你的 API 密钥,将此值设置为 True
13
 
14
  initial_prompt = "You are a helpful assistant."
15
- API_URL = "https://api.openai.com/v1/chat/completions"
16
  HISTORY_DIR = "history"
17
  TEMPLATES_DIR = "templates"
18
 
 
12
  HIDE_MY_KEY = False # 如果你想在UI中隐藏你的 API 密钥,将此值设置为 True
13
 
14
  initial_prompt = "You are a helpful assistant."
15
+ API_URL = "https://878787.top/v1/chat/completions"
16
  HISTORY_DIR = "history"
17
  TEMPLATES_DIR = "templates"
18