chore(infra): bump llm-api flake rev to 7cec411

Fixes streaming reasoning/content split (robust boundary detection,
flush un-tagged output) and renders reasoning in the chat UI.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Asep Haryana
2026-08-03 11:04:18 +07:00
co-authored by Claude Opus 5
parent ef14ca431f
commit ade2798ded
+1 -1
View File
@@ -64,7 +64,7 @@
rev = if name == "hub" then "6829c7efe2a735d249f5135bff4a0fc28411a295"
else if name == "scraper" then "62aa5b0e52859afe3ba9de1c7b11cfe2dacf6c2c"
else if name == "tools" then "3956b90c3ce39ffa7ffba8084937f20e11364d6b"
else if name == "llm-api" then "b63649649758e3f9c9b3fc576c978c506e66a284"
else if name == "llm-api" then "7cec411cba7cdefef47650820b5ef57a63a68a57"
else "HEAD";
submodules = true;
};