Skip to content

Commit

Permalink
update model context size ish
Browse files Browse the repository at this point in the history
  • Loading branch information
nmnduy committed Aug 30, 2023
1 parent 97633fe commit 0f9ff88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"models": [
{
"name": "gpt-4",
"max_tokens": 4096
"max_tokens": 8000
},
{
"name": "gpt-3.5-turbo",
"max_tokens": 2048
"max_tokens": 3800
}
]
}

0 comments on commit 0f9ff88

Please sign in to comment.