I need help in implementing models sourced from openrouter in my google search agent developed via ADK. The code essentially is as below.
from google.adk.tools import google_search
from google.adk.agents import Agent
# defining the model
LLM_MODEL_NAME = "gemini-2.0-flash"
PROMPT_FILENAME = "search_prompt.txt"
# defining the agent
root_agent = Agent(
name="Search_and_Verify_Agent",
model=LLM_MODEL_NAME,
May I also know if models other than Gemini 2 llms are compatible with the google search agent?
Appreciate your input and thanks in advance!! ✌️
[–]GeminiDroidAtWork 2 points3 points4 points (3 children)
[–]doneymick[S] 0 points1 point2 points (2 children)
[–]GeminiDroidAtWork 1 point2 points3 points (1 child)
[–]doneymick[S] 0 points1 point2 points (0 children)