Replies: 1 comment
-
This can be useful indeed! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a utility GPT solution based on the non-streaming API (as it's simpler). At the same time, I wanted to preview the response as it's created, for multiple reasons. The easiest way to achieve that, without rewriting the upper layer, was creating this utility:
It may be buggy, but it was implemented in a minute and works for my case.
Wouldn't something like this belong in
openai-kotlin
(in a bug-less version, preferably)?Beta Was this translation helpful? Give feedback.
All reactions