I wanted to copy to ask gpt what this paragraph means
"When we call the OpenAI client, the arguments are formatted and passed to httpx; this was replaced by respx, and based on the protocol, we call one of the side_effect functions, passing the request object to them. The return value can then be returned to the OpenAI client as if it were coming from the Internet, and it can wrap it into the client-specific objects."
It was tough relating this to the code block above. I understood about 20% of it
I’m not familiar with async (commenting for encouragement)
Is there a way to not use images for code?
Makes it not copyable.
I wanted to copy to ask gpt what this paragraph means
"When we call the OpenAI client, the arguments are formatted and passed to httpx; this was replaced by respx, and based on the protocol, we call one of the side_effect functions, passing the request object to them. The return value can then be returned to the OpenAI client as if it were coming from the Internet, and it can wrap it into the client-specific objects."
It was tough relating this to the code block above. I understood about 20% of it
Thanks for your comment Han, here is the repo:
https://github.com/xLaszlo/mopenai/