feat: enable gpt5.1 models [LET-6178] (#6175)
* hack at gpt51 * revert package lock * first hack * default context window --------- Co-authored-by: Ari Webb <ari@letta.com>
This commit is contained in:
@@ -367,7 +367,7 @@ def test_reasoning_toggle_by_provider(
|
||||
expected_enable_reasoner: bool,
|
||||
expected_put_inner_thoughts_in_kwargs: bool,
|
||||
expected_max_reasoning_tokens: int,
|
||||
expected_reasoning_effort: Optional[Literal["minimal", "low", "medium", "high"]],
|
||||
expected_reasoning_effort: Optional[Literal["none", "minimal", "low", "medium", "high"]],
|
||||
):
|
||||
model_endpoint_type, model = handle.split("/")
|
||||
config = LLMConfig(
|
||||
|
||||
Reference in New Issue
Block a user