Files
letta-server/tests/configs/llm_model_configs/mlx-qwen-2.5-7b-instruct.json
2025-07-29 18:12:42 -07:00

9 lines
210 B
JSON

{
"context_window": 8192,
"model": "qwen-2.5-7b-instruct",
"model_endpoint_type": "openai",
"model_endpoint": "http://localhost:1234/v1",
"model_wrapper": null,
"provider_name": "lmstudio_openai"
}