Update server.py
Browse files
server.py
CHANGED
@@ -198,7 +198,7 @@ def index():
|
|
198 |
|
199 |
@app.route("/api/modules", methods=["GET"])
|
200 |
def get_modules():
|
201 |
-
return jsonify({"modules": ['chromadb','summarize','classify']})
|
202 |
|
203 |
@app.route("/api/chromadb", methods=["POST"])
|
204 |
def chromadb_add_messages():
|
|
|
198 |
|
199 |
@app.route("/api/modules", methods=["GET"])
|
200 |
def get_modules():
|
201 |
+
return jsonify({"modules": ['chromadb','summarize','classify','caption']})
|
202 |
|
203 |
@app.route("/api/chromadb", methods=["POST"])
|
204 |
def chromadb_add_messages():
|