Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: override whatwg-url version to prevent punycode warning
The openai package transitively depends on an outdated version of whatwg-url, which causes nodejs to print a deprecation warning for punycode when running the vision tool. This will be fixed when openai resolves openai/openai-node#392. Until then, override the version of whatwg-url in order to prevent the deprecation warning. See openai/openai-node#527 (comment) for details on this stopgap. Signed-off-by: Nick Hale <[email protected]>
- Loading branch information