Maouu commited on
Commit
07c5ff0
·
1 Parent(s): 7a02485
Files changed (1) hide show
  1. app.py +1 -1
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.0", "routes": ["/chat", "/generate-modules", "/generate-topics"]}
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):