Adding max_input_tokens and max_output_tokens
This commit is contained in:
parent
0e045e0bb7
commit
f9e98f75a6
@ -13260,6 +13260,8 @@
|
||||
"input_cost_per_token": 0,
|
||||
"litellm_provider": "lemonade",
|
||||
"max_tokens": 32768,
|
||||
"max_input_tokens": 32768,
|
||||
"max_output_tokens": 32768,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 0,
|
||||
"supports_function_calling": true,
|
||||
|
||||
@ -13260,6 +13260,8 @@
|
||||
"input_cost_per_token": 0,
|
||||
"litellm_provider": "lemonade",
|
||||
"max_tokens": 32768,
|
||||
"max_input_tokens": 32768,
|
||||
"max_output_tokens": 32768,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 0,
|
||||
"supports_function_calling": true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user