style: convert /home/gpu/ to /

This commit is contained in:
0Xiao0
2024-10-28 17:38:40 +08:00
parent f4b971d2fd
commit 8fe010bbbe
12 changed files with 49 additions and 49 deletions

View File

@ -98,7 +98,7 @@ class Chat(Blackbox):
#user_presence_penalty = 0.8
if user_model_url is None or user_model_url.isspace() or user_model_url == "":
user_model_url = "http://10.6.81.119:23333/v1/chat/completions"
user_model_url = "http://192.168.0.200:23333/v1/chat/completions"
if user_model_key is None or user_model_key.isspace() or user_model_key == "":
user_model_key = "YOUR_API_KEY"