You are a life saver with this video. Was looking for how to stream like this forever. Thanks so much!
@WayneBruton9 ай бұрын
Great video, would love to see one using the new streaming with the assistants api
@prettyprinted9 ай бұрын
I'll look into that and I'll see what I can do. My next video should also be an OpenAI API video.
@enriquebruzual17029 ай бұрын
What an opportunity for HTMX
@prettyprinted9 ай бұрын
Yup, HTMX would work well with this. Thanks for watching!
@jamiewise24895 ай бұрын
Very helpful video! I have found that when I stream output, the translation from markdown to HTML is sometimes applied incorrectly on list items (especially nested and ordered ones). I think that this could be due to some chunks lacking the full context needed for the HTML tags to be applied correctly. Do you have any ideas/ways to approach handling this?
@henkmassink671319 күн бұрын
Great video. Question : How can the stream also cope with latex (formulas). I tried mathjax, but did not get it working
@yasminesmida25854 ай бұрын
can we specify the max_tokens with stream parameter?
@josklijnhout16607 ай бұрын
Hi Great video, do already have it working for the assistent api, because my heads exploding. maybe you know. I have it in react, but want it in flask java
@tushaar90278 ай бұрын
Thanks bro,.....it really helped .....I was looking for implementation with flask..pls make another video on how to use these streaming api in python backend code with request module as well
@andreialuculesei18429 ай бұрын
May you make a video where we can do an api using async ?
@prettyprinted9 ай бұрын
Do you mean this library with async? I don't think the streaming would well with an async approach (assuming your goal is to call the API multiple times)
@-ankit1989 ай бұрын
I love your videos !! Can you make the same tutorial in node.js through I work in both flask and node.js but would really love to learn it in node !!
@prettyprinted9 ай бұрын
If I made more videos, I'd definitely do a Node version, but given my output these days, it's more likely to be either Django or FastAPI. Thanks for watching though!
@ashishkingdom9 ай бұрын
Cool!! I couldn't get this working in FastAPI
@prettyprinted9 ай бұрын
Thanks for watching!
@pythonantole98929 ай бұрын
Good example for an HTMX use case.
@prettyprinted9 ай бұрын
I'll consider using HTMX for this in a video. Thanks for watching!
@abdulnafihkt42459 ай бұрын
Can you do how to set up rabitmq on flask
@prettyprinted9 ай бұрын
I'll consider that as a video. Thanks for watching!