Log in
Log into community
Find answers from the community
View all posts
Related posts
Was this helpful?
π
π
π
Powered by
Hall
Inactive
Updated 10 months ago
0
Follow
llama_index/docs/docs/examples/agent/ope...
llama_index/docs/docs/examples/agent/ope...
Inactive
0
Follow
At a glance
J
Jagan
10 months ago
Β·
Hello Everyone,
We've found the openaiagent example in the cookbook (
https://github.com/run-llama/llama_index/blob/main/docs/docs/examples/agent/openai_agent_tool_call_parser.ipynb
) to be quite useful.
Could we possibly have a similar notebook for Gemini LLM?
W
1 comment
Share
Open in Discord
W
WhiteFang_Jr
10 months ago
I think all you need to do is to make it gemini compatible:
Replace OpenAI llm to gemini LLM
In place of OpenAIAgent, use ReactAgent
from llama_index.core.agent import ReActAgent
Add a reply
Sign up and join the conversation on Discord
Join on Discord