CORVO-AI commited on
Commit
74502b9
·
verified ·
1 Parent(s): 291bc27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,7 +166,7 @@ def chat_with_assistant(user_input, image_url, bot_id, workspace_id):
166
 
167
 
168
  # Flask Endpoint
169
- @app.route("/chat", methods=["POST"])
170
  def chat_endpoint():
171
  """
172
  Expects JSON with:
 
166
 
167
 
168
  # Flask Endpoint
169
+ @app.route("/image", methods=["POST"])
170
  def chat_endpoint():
171
  """
172
  Expects JSON with: