MiklX commited on
Commit
ae2dfa3
·
1 Parent(s): fc8ae19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ CORS(app)
14
 
15
  @app.route("/")
16
  def main():
17
- return """Just iqai.ru for more!"""
18
 
19
  @app.route("/chat/completions", methods=["POST"])
20
  def chat_completions():
 
14
 
15
  @app.route("/")
16
  def main():
17
+ return """Just iqai.ru for more!!!"""
18
 
19
  @app.route("/chat/completions", methods=["POST"])
20
  def chat_completions():