tastypear commited on
Commit
bc061d2
1 Parent(s): 4a30d13

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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'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
 
 
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