* fix: gemini flash integration test * also update google flash * catch error in test * revert test changes * do try catch again * remove try catch from streaming tests * add try catch for summarize test also
10 lines
318 B
JSON
10 lines
318 B
JSON
{
|
|
"model": "gemini-2.5-flash",
|
|
"model_endpoint_type": "google_vertex",
|
|
"model_endpoint": "https://us-central1-aiplatform.googleapis.com/v1/projects/memgpt-428419/locations/us-central1",
|
|
"context_window": 1048576,
|
|
"put_inner_thoughts_in_kwargs": true,
|
|
"enable_reasoner": true,
|
|
"max_reasoning_tokens": 1
|
|
}
|