From 2f76ece6037abd7a196db6ca4e1aa3b6cdfa4bef Mon Sep 17 00:00:00 2001 From: Kian Jones <11655409+kianjones9@users.noreply.github.com> Date: Mon, 4 Aug 2025 10:38:23 -0700 Subject: [PATCH] feat(ci): Add LMStudio to self-hosted provider checks (#3623) Co-authored-by: Kian Jones --- tests/configs/llm_model_configs/lmstudio.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/configs/llm_model_configs/lmstudio.json diff --git a/tests/configs/llm_model_configs/lmstudio.json b/tests/configs/llm_model_configs/lmstudio.json new file mode 100644 index 00000000..a0f7cd93 --- /dev/null +++ b/tests/configs/llm_model_configs/lmstudio.json @@ -0,0 +1,8 @@ +{ + "context_window": 8192, + "model": "qwen2.5-7b-instruct-1m", + "model_endpoint_type": "openai", + "model_endpoint": "http://127.0.0.1:1234/v1", + "model_wrapper": null, + "provider_name": "lmstudio_openai" +}