Skip to content

Commit

Permalink
fix: fix models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sai80082 committed Sep 1, 2024
1 parent a6e3d62 commit 66d1450
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
models = [
models = {
"object": "list",
"data": [
{
"id": "@hf/thebloke/deepseek-coder-6.7b-base-awq",
"object": "model",
Expand Down Expand Up @@ -164,5 +166,8 @@
"id": "@hf/thebloke/zephyr-7b-beta-awq",
"object": "model",
"owned_by": "cloudflare-ai-beta",
},
]
}
],
"object": "list"
}

0 comments on commit 66d1450

Please sign in to comment.