fix(stage-web): stream options incorrect

This commit is contained in:
Neko Ayaka
2025-04-01 17:36:47 +08:00
parent 88c4d13fd7
commit 999a8be133
-3
View File
@@ -14,9 +14,6 @@ export const useLLM = defineStore('llm', () => {
return await streamText({
...chatProvider.chat(model),
messages,
streamOptions: {
usage: true,
},
headers,
})
}