fix: fix gemini models reasoning [LET-6228] (#6245)
* fixed locally * fix tests --------- Co-authored-by: Ari Webb <ari@letta.com>
This commit is contained in:
@@ -3,5 +3,7 @@
|
||||
"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
|
||||
"put_inner_thoughts_in_kwargs": false,
|
||||
"enable_reasoner": true,
|
||||
"max_reasoning_tokens": 1024
|
||||
}
|
||||
|
||||
@@ -4,5 +4,7 @@
|
||||
"model_endpoint_type": "google_ai",
|
||||
"model_endpoint": "https://generativelanguage.googleapis.com",
|
||||
"model_wrapper": null,
|
||||
"put_inner_thoughts_in_kwargs": true
|
||||
"put_inner_thoughts_in_kwargs": false,
|
||||
"enable_reasoner": true,
|
||||
"max_reasoning_tokens": 1024
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user