OraCatQAQ commited on
Commit
c1186e2
·
1 Parent(s): 83db6fd
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -333,7 +333,8 @@ async def list_models():
333
 
334
  return {
335
  "object": "list",
336
- "data": models
 
337
  }
338
 
339
  @app.post("/v1/chat/completions")
 
333
 
334
  return {
335
  "object": "list",
336
+ "data": models,
337
+ "object": "list"
338
  }
339
 
340
  @app.post("/v1/chat/completions")