Alex Rattray
Alex Rattray
Thanks for the bump, @gerard-morera – we'll take another look soon! Really sorry this slipped through the cracks.
Thanks for the suggestion @metaskills . Could you provide a more concrete snippet of the code you'd like to write, and what you have to write today?
Hmm, we offer async/await `await stream.finalMessages() : Promise` and `await stream.finalRunSteps(): Promise`. Which additional events would you also like to `await`? I am not aware of an `imageFileDone` event in...
Ah, silly me. Thanks very much. We'll look into that…
What is the status of this PR? Should it be reviewed+merged, closed, or something else?
Sorry about this – we're tracking primarily at https://github.com/encode/httpx/issues/3215 but I agree it makes sense to leave this open, as one way or another I do agree this needs to...
Stopgaps you can try while we work with Tom to improve httpcore itself: 1. Use https://github.com/lizeyan/httpx-AIOHttpTransport/ as a custom transport with httpx 2. Use https://github.com/MtkN1/httpcore-speedups instead of `httpcore`, with eg...
Update: For anyone running into async performance issues with this library, I recommend using https://github.com/karpetrosyan/httpx-aiohttp, which is published by an `httpx` maintainer, like so: ```py import asyncio import openai from...
@loleg I don't want this thread to get off-topic; would you mind messaging me and cc'ing [email protected] with more details? EDIT: it looks like you're talking about https://github.com/encode/httpcore/releases/tag/1.0.9 which was...
Sorry about this. It sounds like the assistants streaming helper docs specifically are the most unhelpful, is that so? I'll reword the title of this issue assuming that's the case,...