Files
letta-server/tests/configs/llm_model_configs/gemini-2.5-pro.json
Sarah Wooders 6c08adf97e test: run tests with gemini 2.5 instead (#3548)
Co-authored-by: Kian Jones <11655409+kianjones9@users.noreply.github.com>
Co-authored-by: Kian Jones <kian@letta.com>
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2025-07-29 14:50:28 -07:00

9 lines
229 B
JSON

{
"context_window": 2097152,
"model": "gemini-2.5-pro",
"model_endpoint_type": "google_ai",
"model_endpoint": "https://generativelanguage.googleapis.com",
"model_wrapper": null,
"put_inner_thoughts_in_kwargs": true
}