EinsteinCoder
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -111,5 +111,5 @@ def create_chat_completion():
|
|
111 |
|
112 |
if __name__ == "__main__":
|
113 |
#app.run(debug=False)
|
114 |
-
app.run(debug=True
|
115 |
#uvicorn.run(app,host='0.0.0.0', port=5075)
|
|
|
111 |
|
112 |
if __name__ == "__main__":
|
113 |
#app.run(debug=False)
|
114 |
+
app.run(debug=True)
|
115 |
#uvicorn.run(app,host='0.0.0.0', port=5075)
|