mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-14 15:25:17 +02:00
update gpt-3.5-turbo-0125 in TOKEN_COSTS
This commit is contained in:
parent
28c7ffba5f
commit
c9f6a52752
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ TOKEN_COSTS = {
|
|||
"gpt-35-turbo": {"prompt": 0.0015, "completion": 0.002},
|
||||
"gpt-35-turbo-16k": {"prompt": 0.003, "completion": 0.004},
|
||||
"gpt-3.5-turbo-1106": {"prompt": 0.001, "completion": 0.002},
|
||||
"gpt-3.5-turbo-0125": {"prompt": 0.001, "completion": 0.002},
|
||||
"gpt-4-0314": {"prompt": 0.03, "completion": 0.06},
|
||||
"gpt-4": {"prompt": 0.03, "completion": 0.06},
|
||||
"gpt-4-32k": {"prompt": 0.06, "completion": 0.12},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue