forked from phoenix/litellm-mirror
Update NLP Cloud max_tokens
This commit is contained in:
parent
b3d48da640
commit
4067082f47
1 changed files with 2 additions and 2 deletions
|
@ -964,14 +964,14 @@
|
|||
"mode": "completion"
|
||||
},
|
||||
"dolphin": {
|
||||
"max_tokens": 4096,
|
||||
"max_tokens": 16384,
|
||||
"input_cost_per_token": 0.0000005,
|
||||
"output_cost_per_token": 0.0000005,
|
||||
"litellm_provider": "nlp_cloud",
|
||||
"mode": "completion"
|
||||
},
|
||||
"chatdolphin": {
|
||||
"max_tokens": 4096,
|
||||
"max_tokens": 16384,
|
||||
"input_cost_per_token": 0.0000005,
|
||||
"output_cost_per_token": 0.0000005,
|
||||
"litellm_provider": "nlp_cloud",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue