Update app.py
Browse files
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():
|