forked from phoenix/litellm-mirror
fix: add dependency for google-cloud-aiplatform
This commit is contained in:
parent
10f5f342bd
commit
a8f95beb9a
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ numpy==1.24.3 # semantic caching
|
||||||
pandas==2.1.1 # for viewing clickhouse spend analytics
|
pandas==2.1.1 # for viewing clickhouse spend analytics
|
||||||
prisma==0.11.0 # for db
|
prisma==0.11.0 # for db
|
||||||
mangum==0.17.0 # for aws lambda functions
|
mangum==0.17.0 # for aws lambda functions
|
||||||
|
google-cloud-aiplatform==1.43.0 # for vertex ai calls
|
||||||
google-generativeai==0.3.2 # for vertex ai calls
|
google-generativeai==0.3.2 # for vertex ai calls
|
||||||
async_generator==1.10.0 # for async ollama calls
|
async_generator==1.10.0 # for async ollama calls
|
||||||
traceloop-sdk==0.5.3 # for open telemetry logging
|
traceloop-sdk==0.5.3 # for open telemetry logging
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue