Update app.py
Browse files
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(",")
|
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 |
|