You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have hosted a llama2 model on vertex ai. I'm struggling to connect to it via litellm. Calling the endpoint directly works via requests. Here's the config.yaml I'm using:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I have hosted a llama2 model on vertex ai. I'm struggling to connect to it via litellm. Calling the endpoint directly works via requests. Here's the config.yaml I'm using:
model_list:
litellm_params:
- model: vertex_ai/98563787278ff7
- vertex_project: "prod-312185"
- vertex_location: "us-central1"
- vertex_credentials: "/Users/faiz/helloworld-312185-a956eef1a2a8.json"
Kindly let me know if i'm missing something, any help would be appreciated :)
What i've already tried
Beta Was this translation helpful? Give feedback.
All reactions