fb700 commited on
Commit
71cc7d9
1 Parent(s): e84f54f

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -69,7 +69,7 @@ AUTHENTICATION = []
69
  # 格式 {"https://api.openai.com/v1/chat/completions": "在这里填写重定向的api.openai.com的URL"}
70
  # 例如 API_URL_REDIRECT = {"https://api.openai.com/v1/chat/completions": "https://ai.open.com/api/conversation"}
71
  #url1="http://138.3.215.133:8787/v1/chat/completions"
72
- url1=""
73
  API_URL_REDIRECT = {"https://api.openai.com/v1/chat/completions":url1}
74
 
75
 
 
69
  # 格式 {"https://api.openai.com/v1/chat/completions": "在这里填写重定向的api.openai.com的URL"}
70
  # 例如 API_URL_REDIRECT = {"https://api.openai.com/v1/chat/completions": "https://ai.open.com/api/conversation"}
71
  #url1="http://138.3.215.133:8787/v1/chat/completions"
72
+
73
  API_URL_REDIRECT = {"https://api.openai.com/v1/chat/completions":url1}
74
 
75