ParthSadaria commited on
Commit
1dd5ec7
·
verified ·
1 Parent(s): 06e10de

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 fetch_models(authenticated: bool = Depends(verify_api_key)):
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 ():
232
  return await get_models()
233
  server_status = True
234
  @app.post("/chat/completions")