Skip to content

Commit

Permalink
gpt4o-mini, updating models list
Browse files Browse the repository at this point in the history
  • Loading branch information
adamyodinsky committed Aug 25, 2024
1 parent 31ebd81 commit fea79d0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions terminalgpt/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,9 @@

MODELS = {
"gpt-3.5-turbo": 16385,
"gpt-3.5-turbo-16k": 16385,
"gpt-4": 8192,
"gpt-4-32k": 32768,
"gpt-4-turbo": 128000,
"gpt-4o": 128000,
"gpt-4o-mini": 128000,
"gpt-4-turbo": 16385, # can be 120000
"gpt-4o": 16385, # can be 120000
"gpt-4o-mini": 16385, # can be 120000
}


Expand Down

0 comments on commit fea79d0

Please sign in to comment.