You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using the 1.0.7 openai provider and the Groq openai API as the baseURL, and found that I can get streamObject to produce the result, but no streaming behaviour.
Tests:
groq provider w/ streamObject & llama-3.3-70b-versatile model -> ERROR
groq provider w/ generateObject & llama-3.3-70b-versatile model -> WORKS
openai provider w/ streamObject & llama-3.3-70b-versatile model -> WORKS but no streaming behaviour
openai provider w/ generateObject & llama-3.3-70b-versatile model -> WORKS
The text was updated successfully, but these errors were encountered:
The groq provider page lists that tool streaming is supported but I'm not sure it is. I can't even seem to get it working on the Groq typescript SDK itself. Non-streaming works fine there too.
Description
Unable to use streaming object functionality with the Groq provider
1.0.7
on AI SDK4.0.13
.Code example
AI provider
@ai-sdk/groq v1.0.7
Additional context
GenerateObject works fine.
I tried using the
1.0.7
openai provider and the Groq openai API as the baseURL, and found that I can get streamObject to produce the result, but no streaming behaviour.Tests:
streamObject
&llama-3.3-70b-versatile
model ->ERROR
generateObject
&llama-3.3-70b-versatile
model ->WORKS
streamObject
&llama-3.3-70b-versatile
model ->WORKS
but no streaming behaviourgenerateObject
&llama-3.3-70b-versatile
model ->WORKS
The text was updated successfully, but these errors were encountered: