From 0f81bb77d598b98dbd3dc1e262cc07d4c9aaf22c Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Fri, 20 Feb 2026 15:14:43 -0600 Subject: [PATCH] chore: update default LLM model to Kimi-K2.5-sandbox --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index fb3f1b6..af5957f 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,3 @@ LLM_API_URL=https://litellm-notrack.app.monadical.io -LLM_MODEL=GLM-4.5-Air-FP8-dev +LLM_MODEL=Kimi-K2.5-sandbox LLM_API_KEY=xxxxx