FrederickSundeep commited on
Commit
2638098
·
1 Parent(s): c572817

commit 00000007

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ def generate_full_reply(message, history):
98
  return reply.strip()
99
 
100
  # ✅ Flask streaming endpoint
101
- @app.route("/chat-stream", methods=["POST"])
102
  @swag_from({
103
  'tags': ['Chat'],
104
  'consumes': ['application/json'],
 
98
  return reply.strip()
99
 
100
  # ✅ Flask streaming endpoint
101
+ @flask_app.route("/chat-stream", methods=["POST"])
102
  @swag_from({
103
  'tags': ['Chat'],
104
  'consumes': ['application/json'],