Salt
commited on
Commit
·
c2f9a31
1
Parent(s):
b2920b8
Update server.py
Browse files
server.py
CHANGED
@@ -185,7 +185,7 @@ def index():
|
|
185 |
|
186 |
@app.route("/api/modules", methods=["GET"])
|
187 |
def get_modules():
|
188 |
-
return jsonify({"modules": ['chromadb']})
|
189 |
|
190 |
@app.route("/api/chromadb", methods=["POST"])
|
191 |
def chromadb_add_messages():
|
|
|
185 |
|
186 |
@app.route("/api/modules", methods=["GET"])
|
187 |
def get_modules():
|
188 |
+
return jsonify({"modules": ['chromadb,summarize,classify']})
|
189 |
|
190 |
@app.route("/api/chromadb", methods=["POST"])
|
191 |
def chromadb_add_messages():
|