Abhaykoul commited on
Commit
11a81ee
1 Parent(s): c29cacb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -284,7 +284,7 @@ async def create_chat_completion(
284
 
285
  @app.get("/v1/models")
286
  async def list_models():
287
- models = os.getenv("MODELS", "").split(",") models = os.getenv("MODELS", "").split(",")
288
 
289
  current_timestamp = int(datetime.now().timestamp())
290
 
 
284
 
285
  @app.get("/v1/models")
286
  async def list_models():
287
+ models = os.getenv("MODELS", "").split(",")
288
 
289
  current_timestamp = int(datetime.now().timestamp())
290