mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
bump to ddtrace==3.8.0 (#11426)
This commit is contained in:
parent
f0e0007eaf
commit
02a34d319a
2 changed files with 1 additions and 15 deletions
|
|
@ -8824,20 +8824,6 @@
|
|||
"notes": "'supports_image_input' is a deprecated field. Use 'supports_embedding_image_input' instead."
|
||||
}
|
||||
},
|
||||
"embed-v4.0": {
|
||||
"max_tokens": 1024,
|
||||
"max_input_tokens": 1024,
|
||||
"input_cost_per_token": 1.2e-07,
|
||||
"input_cost_per_image": 4.7e-07,
|
||||
"output_cost_per_token": 0.0,
|
||||
"litellm_provider": "cohere",
|
||||
"mode": "embedding",
|
||||
"supports_image_input": true,
|
||||
"supports_embedding_image_input": true,
|
||||
"metadata": {
|
||||
"notes": "'supports_image_input' is a deprecated field. Use 'supports_embedding_image_input' instead."
|
||||
}
|
||||
},
|
||||
"replicate/meta/llama-2-13b": {
|
||||
"max_tokens": 4096,
|
||||
"max_input_tokens": 4096,
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ google-generativeai==0.5.0 # for vertex ai calls
|
|||
async_generator==1.10.0 # for async ollama calls
|
||||
langfuse==2.45.0 # for langfuse self-hosted logging
|
||||
prometheus_client==0.20.0 # for /metrics endpoint on proxy
|
||||
ddtrace==2.19.0 # for advanced DD tracing / profiling
|
||||
ddtrace==3.8.0 # for advanced DD tracing / profiling
|
||||
orjson==3.10.12 # fast /embedding responses
|
||||
apscheduler==3.10.4 # for resetting budget in background
|
||||
fastapi-sso==0.16.0 # admin UI, SSO
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue