Replies: 1 comment
-
It seems to work if I simply do not set
and then refer to I'll leave this open for a day or two and then close it (because "seems to work" might not capture the whole concept). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm attempting to use Gemini models (e.g.
gemini-1.5-flash-001
) and I'd like to ultimately deploy in GCP. At the moment, local dev is fine. Does anyone have an example that shows how to create an Agent using a model hosted via VertexAI?Initialization / authentication might look like:
This does not work, and I'm not sure how to make it work. The connection between LiteLLM and the CrewAI LLM class is a little opaque to me here.
Beta Was this translation helpful? Give feedback.
All reactions