Skip to content

Commit b64742b

Browse files
committed
better var name
1 parent 288fa85 commit b64742b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llama_cpp/server/app.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -659,10 +659,10 @@ async def get_models(
659659
"object": "list",
660660
"data": [
661661
{
662-
"id": model,
662+
"id": model_alias,
663663
"object": "model",
664664
"owned_by": "me",
665665
"permissions": [],
666-
} for model in llama
666+
} for model_alias in llama
667667
],
668668
}

0 commit comments

Comments
 (0)