Files
letta-server/tests/configs/llm_model_configs/vllm.json
jnjpng fcaa6c78a8 fix: fix and update vllm tests
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
Co-authored-by: Kian Jones <kian@letta.com>
2025-08-06 14:37:55 -07:00

9 lines
212 B
JSON

{
"context_window": 8192,
"model_endpoint_type": "openai",
"provider_name": "vllm",
"model_endpoint": "http://127.0.0.1:8000/v1",
"model": "Qwen/Qwen3-32B-AWQ",
"put_inner_thoughts_in_kwargs": true
}