fix: render clearing bug and expand containment field

This commit is contained in:
mitchell 2026-04-16 17:13:12 -04:00
parent 2ec00018bd
commit ce12c51435
2 changed files with 3 additions and 3 deletions

View file

@ -43,7 +43,7 @@ async function main() {
messages.push({ role: "user", content: prompt });
const { fullStream, textStream, text, totalUsage } = streamText({
model: provider(args.model ?? "gemma4-26b-a4b"),
model: provider(args.model ?? "qwen3.5-35b-a3b"),
messages,
});