BerriAI / litellm

Call all LLM APIs using the OpenAI format. Use Bedrock, Azure, OpenAI, Cohere, Anthropic, Ollama, Sagemaker, HuggingFace, Replicate (100+ LLMs)
https://docs.litellm.ai/docs/
Other
10.61k stars 1.2k forks source link

vertex ai demo notebook not working #154

Closed krrishdholakia closed 10 months ago

krrishdholakia commented 11 months ago

I followed the demo notebook - https://github.com/BerriAI/litellm/blob/main/cookbook/liteLLM_VertextAI_Example.ipynb

Screenshot 2023-08-19 at 5 08 04 PM

and got this error

I tried to install vertexai (pip install vertexai) but still hit this error

ishaan-jaff commented 11 months ago

vertex ai works only on local machines not on colab

ishaan-jaff commented 11 months ago

@krrishdholakia can you try it on your local env

krrishdholakia commented 11 months ago

what the ..