Update chat.py
Browse files
chat.py
CHANGED
|
@@ -38,7 +38,7 @@ def chat_completion():
|
|
| 38 |
return jsonify({"status": "error", "message": str(e)})
|
| 39 |
|
| 40 |
def main():
|
| 41 |
-
app.run(host='0.0.0.0', port=
|
| 42 |
|
| 43 |
if __name__ == "__main__":
|
| 44 |
main()
|
|
|
|
| 38 |
return jsonify({"status": "error", "message": str(e)})
|
| 39 |
|
| 40 |
def main():
|
| 41 |
+
app.run(host='0.0.0.0', port=7050)
|
| 42 |
|
| 43 |
if __name__ == "__main__":
|
| 44 |
main()
|