Skip to content

Commit

Permalink
fix parameter format
Browse files Browse the repository at this point in the history
  • Loading branch information
petemill authored Oct 25, 2024
1 parent ed3f1df commit 9d410b5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
]
},
"name": "DefaultLlama",
"params": {
"AIChat": {
"default_model": "chat-basic"
"parameters": [
{
"name": "default_model",
"value": "chat-basic"
}
},
],
"probability_weight": 25
},
{
Expand Down

0 comments on commit 9d410b5

Please sign in to comment.