Files
letta-server/tests/configs/llm_model_configs/lmstudio.json
Kian Jones b8e9a80d93 merge this (#4759)
* wait I forgot to comit locally

* cp the entire core directory and then rm the .git subdir
2025-09-17 15:47:40 -07:00

9 lines
216 B
JSON

{
"context_window": 8192,
"model": "qwen2.5-7b-instruct-1m",
"model_endpoint_type": "openai",
"model_endpoint": "http://127.0.0.1:1234/api/v0",
"model_wrapper": null,
"provider_name": "lmstudio_openai"
}