Emil
WWasp-lang
•Created by haarismian on 6/8/2024 in #đŸ™‹questions
How do I implement text streaming from the openai api
try change return to yield
18 replies
WWasp-lang
•Created by haarismian on 6/8/2024 in #đŸ™‹questions
How do I implement text streaming from the openai api
if you return. you only get once. if you yield. you will return multiple times.
18 replies
WWasp-lang
•Created by haarismian on 6/8/2024 in #đŸ™‹questions
How do I implement text streaming from the openai api
can you give more context on your setup?..
here's how i would usually do it>>
and then do for loops on set state until the stream done
18 replies