Alex Rattray
Alex Rattray
In addition to the tsconfig, can you share whether you are running your code in Node or another environment?
Ah, @tobq do you have `node-fetch@3` installed? If so, you have two options: 1. Uninstall it, and use `node-fetch@2` instead. 2. Enable `skipLibCheck: true` in your tsconfig (which is often...
Related: https://github.com/openai/openai-node/issues/149 We are considering adding helper methods for this in the future.
Closing this as it's an API feature request rather than a client library feature request. If you're still interested in this functionality, please post it in [community.openai.com](https://community.openai.com)
I believe this is fixed in [v4 of this library](https://github.com/openai/openai-node/discussions/182) – please reopen with further details if that's not the case.
The [upcoming v4 release](https://github.com/openai/openai-node/discussions/182) of this library can be used with Azure as demonstrated in this example: https://github.com/openai/openai-node/blob/v4/examples/azure.ts (it's quite similar to @zoellner 's example – thank you for that!)...
Some tips for how to accomplish this are available in this thread: https://github.com/openai/openai-node/issues/149 We may add convenience methods to help with this in the future.
Thanks for the suggestion! We have another, similar proposal in the works – stay tuned :)
Thank you for reporting, @palvarezcordoba ! cc @RobertCraigie , can you take a look?
Heh, from [their docs](https://docs.brew.sh/Acceptable-Formulae) it looks like it's best if I do this: > We frown on authors submitting their own work unless it is very popular. But sadly I...