fix: render clearing bug and expand containment field
This commit is contained in:
parent
2ec00018bd
commit
ce12c51435
2 changed files with 3 additions and 3 deletions
2
index.ts
2
index.ts
|
|
@ -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,
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue