Skip to content

Commit

Permalink
Update llm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
justinebreuch committed Jun 3, 2024
1 parent 6b3efae commit b92be1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text_lloom/src/text_lloom/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"gpt-4": 8192,
"gpt-4-turbo-preview": 128000, # Max 4096 output tokens
"gpt-4-turbo": 128000, # Max 4096 output tokens
"got-4o": 128000, # Max 4096 output tokens
"gpt-4o": 128000, # Max 4096 output tokens
}

COSTS = {
Expand Down

0 comments on commit b92be1b

Please sign in to comment.