David Schnurr

Results 25 comments of David Schnurr

Appears to be caused by an upstream change in the tool we use to auto-generate this API client: https://github.com/OpenAPITools/openapi-generator/pull/12831 Still looking for a fix that we can publish in our...

@vishwam @firedog1024 Do you plan to maintain and accept PRs for this repo (e.g. #23)? Otherwise our team may just fork it if fixes won't be merged in.

I added some error handling logic (see #30) which should surface error messages returned by the API or due to misconfigured environment variables. @neocybereth want to pull the latest version...

👍 I'm going to close this issue for now – the frontend should be surfacing more detailed error messages. If anyone continues to see errors where it's unclear how to...

This new typescript generator is also listed as "Experimental" – do you know what's experimental about it? I'm a little hesitant to fully switch our production SDK over to something...

This application is a fairly simple [next.js](https://nextjs.org/) app, so I'd look into issues and documentation related to running next.js in Heroku. If this continues to be an issue, please feel...

Thanks for opening this and sorry it took us a while to review. While doing client-side validation here can be helpful, I think addressing this issue with server-side validation (see...

Thank you for all the contributions – just wanted to let you know that we've seen this and will respond soon, things have just been a little busy and having...

Unfortunately streaming is not currently supported by this library 😢 I'm not sure if the SDK auto-generation tool we use ([openai-generator](https://github.com/OpenAPITools/openapi-generator)) is able to support event streams. Will have to...

Thanks @keraf, we'll try to look into getting this working soon.