Salt
commited on
Commit
·
0e0e6c9
1
Parent(s):
c2f9a31
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,summarize,classify']})
|
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():
|