Spaces:
Build error
Build error
change
Browse files
app.py
CHANGED
@@ -379,7 +379,7 @@ async def vercelGroqgenerate(json_data: Dict[str, Any]):
|
|
379 |
|
380 |
@app.get("/")
|
381 |
async def index():
|
382 |
-
return {"status": "ok", "message": "Welcome to the Chipling API!", "version": "1.
|
383 |
|
384 |
@app.post("/chat")
|
385 |
async def chat(request: ChatRequest):
|
|
|
379 |
|
380 |
@app.get("/")
|
381 |
async def index():
|
382 |
+
return {"status": "ok", "message": "Welcome to the Chipling API!", "version": "1.5", "routes": ["/chat", "/generate-modules", "/generate-topics"]}
|
383 |
|
384 |
@app.post("/chat")
|
385 |
async def chat(request: ChatRequest):
|