Tyler

Results 6 comments of Tyler

Hi @abdulrabbani00 , I don't believe that it streams only one token at a time from the API, but I'm not 100% sure. Although it is possible that openai is...

I don't have the time to investigate currently, but I would suggest potentially trying out the [openai python library](https://github.com/openai/openai-python) and see if they give you tokens there or not. if...

It's probably a good idea, I actually haven't looked at that one or used it as this one was created before it. It looks fairly similar, although doesn't support streaming...

> Understood. Just for context I didn't actually create the name scheme, I just copied in the one from gpt3.go. The same goes for the base client functionality. I am...

@dabdine it seems like we could potentially just add support for both methods going forward and slowly deprecate the `engine` without needing to fully increment the major version. For example,...

We could probably deprecate the `*WithEngine` variants of the APIs that exist today as a part of this change too.