Note: Gemini models currently have stability issues with function calling capabilities. Your agent may not be able to call tools as expected.
Setup Guide
Set up Gemini API key
export GEMINI_API_KEY=<your Gemini API key>
Add model configuration
Add the model configuration to your config.yml file:...
models:
- name: gemini1.5pro
key_var: GEMINI_API_KEY # name of the environment variable containing the API key
model_ref: gemini-1.5-pro # or model of your choice
vendor: gemini
...
Update agent's model configuration
Update the agent’s model configuration: