mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
(build) update db helm hook
This commit is contained in:
parent
aa6fe6e317
commit
ac04e5f1e6
2 changed files with 6 additions and 4 deletions
|
@ -7,6 +7,7 @@ metadata:
|
|||
annotations:
|
||||
argocd.argoproj.io/hook: PreSync
|
||||
argocd.argoproj.io/hook-delete-policy: HookSucceeded
|
||||
checksum/config: {{ include (print $.Template.BasePath "/migrations-job.yaml") . | sha256sum }}
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
|
|
|
@ -26,16 +26,17 @@
|
|||
"supports_prompt_caching": true
|
||||
},
|
||||
"gpt-4o": {
|
||||
"max_tokens": 4096,
|
||||
"max_tokens": 16384,
|
||||
"max_input_tokens": 128000,
|
||||
"max_output_tokens": 4096,
|
||||
"input_cost_per_token": 0.000005,
|
||||
"output_cost_per_token": 0.000015,
|
||||
"max_output_tokens": 16384,
|
||||
"input_cost_per_token": 0.0000025,
|
||||
"output_cost_per_token": 0.000010,
|
||||
"cache_read_input_token_cost": 0.00000125,
|
||||
"litellm_provider": "openai",
|
||||
"mode": "chat",
|
||||
"supports_function_calling": true,
|
||||
"supports_parallel_function_calling": true,
|
||||
"supports_response_schema": true,
|
||||
"supports_vision": true,
|
||||
"supports_prompt_caching": true
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue