Hey everyone!
It's me again, but this time I wanted to ask about evals. Do I need to connect to Vertex AI, to use Google models in LLM class?
I tried the following and I get the error of unrecognized provider:
llm = LLM(model="gemini-2.5-flash", provider="google")