tastypear commited on
Commit
bff475d
1 Parent(s): d019d49

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -44,7 +44,7 @@ def model_list():
44
 
45
  @app.route("/", methods=["GET"])
46
  def index():
47
- return Response(f'QW1_5 OpenAI Compatible API<br><br>'+
48
  f'Set "{os.getenv("SPACE_URL")}/api" as proxy (or API Domain) in your Chatbot.<br><br>'+
49
  f'The complete API is: {os.getenv("SPACE_URL")}/api/v1/chat/completions')
50
 
 
44
 
45
  @app.route("/", methods=["GET"])
46
  def index():
47
+ return Response(f'QW2 OpenAI Compatible API<br><br>'+
48
  f'Set "{os.getenv("SPACE_URL")}/api" as proxy (or API Domain) in your Chatbot.<br><br>'+
49
  f'The complete API is: {os.getenv("SPACE_URL")}/api/v1/chat/completions')
50