Files
letta-server/tests/configs/llm_model_configs/deepseek-reasoner.json
Kevin Lin 98f0062416 feat: support deepseek models (#821)
Co-authored-by: Charles Packer <packercharles@gmail.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: Shubham Naik <shub@letta.com>
2025-02-18 15:28:01 -08:00

8 lines
191 B
JSON

{
"model": "deepseek-reasoner",
"model_endpoint_type": "deepseek",
"model_endpoint": "https://api.deepseek.com/v1",
"context_window": 64000,
"put_inner_thoughts_in_kwargs": false
}