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

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -70,7 +70,7 @@ AUTHENTICATION = []
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
 
76
  # 如果需要在二级路径下运行(常规情况下,不要修改!!)(需要配合修改main.py才能生效!)
 
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": "http://138.3.215.133:8787/v1/chat/completions"}
74
 
75
 
76
  # 如果需要在二级路径下运行(常规情况下,不要修改!!)(需要配合修改main.py才能生效!)