Update main.py
Browse files
main.py
CHANGED
@@ -47,7 +47,7 @@ def model_list():
|
|
47 |
def index():
|
48 |
print('index')
|
49 |
return Response(f"Hunyuan-Large OpenAI Compatible API<br><br>"+
|
50 |
-
f
|
51 |
f"The complete API is: {os.getenv("SPACE_URL")}/api/v1/chat/completions<br><br>")
|
52 |
f"Don't set the Syetem Prompt. It will be ignored."
|
53 |
|
|
|
47 |
def index():
|
48 |
print('index')
|
49 |
return Response(f"Hunyuan-Large OpenAI Compatible API<br><br>"+
|
50 |
+
f'Set "{os.getenv('SPACE_URL')}/api" as proxy (or API Domain) in your Chatbot.<br><br>'+
|
51 |
f"The complete API is: {os.getenv("SPACE_URL")}/api/v1/chat/completions<br><br>")
|
52 |
f"Don't set the Syetem Prompt. It will be ignored."
|
53 |
|