Skip to content

Commit

Permalink
fix openai gpt-4 chat models
Browse files Browse the repository at this point in the history
  • Loading branch information
enjalot committed Feb 21, 2024
1 parent 68499fe commit 66ca7ee
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions latentscope/models/chat_models.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,18 @@
},
{
"provider": "openai",
"name": "gpt-4-preview",
"id": "openai-gpt-4-preview",
"name": "gpt-4-turbo-preview",
"id": "openai-gpt-4-turbo-preview",
"params": {
"max_tokens": 131072
"max_tokens": 128000
}
},
{
"provider": "openai",
"name": "gpt-4",
"id": "openai-gpt-4",
"params": {
"max_tokens": 8192
}
},
{
Expand Down

0 comments on commit 66ca7ee

Please sign in to comment.