sujalrajpoot commited on
Commit
9b0e02d
·
verified ·
1 Parent(s): ee7ab20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -191,7 +191,7 @@ def chat():
191
 
192
  # -------------------- Realtime Chat Route --------------------
193
  @app.route("/realtime", methods=["POST"])
194
- def chat():
195
  try:
196
  data = request.get_json(force=True)
197
  prompt = str(data.get("prompt", "")).strip()
 
191
 
192
  # -------------------- Realtime Chat Route --------------------
193
  @app.route("/realtime", methods=["POST"])
194
+ def realtime():
195
  try:
196
  data = request.get_json(force=True)
197
  prompt = str(data.get("prompt", "")).strip()