ParthSadaria commited on
Commit
2ae9a8f
·
verified ·
1 Parent(s): 1dd5ec7

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -228,7 +228,7 @@ async def get_models():
228
  raise HTTPException(status_code=500, detail="Error decoding models.json")
229
  @app.get("api/v1/models")
230
  @app.get("/models")
231
- async def ():
232
  return await get_models()
233
  server_status = True
234
  @app.post("/chat/completions")
 
228
  raise HTTPException(status_code=500, detail="Error decoding models.json")
229
  @app.get("api/v1/models")
230
  @app.get("/models")
231
+ async def return_models():
232
  return await get_models()
233
  server_status = True
234
  @app.post("/chat/completions")