RocketChat / Rocket.Chat.Apps-engine

The Rocket.Chat Apps engine and definitions.
https://rocketchat.github.io/Rocket.Chat.Apps-engine/
MIT License
115 stars 118 forks source link

openai package support in apps-engine? #766

Open namnguyenthanhwork opened 4 months ago

namnguyenthanhwork commented 4 months ago

Hi there, I'm creating app relative to ChatGPT, I install openai package. https://www.npmjs.com/package/openai

When I run command

rc-apps package

It show error

WARN  App has external module(s) as dependency
TypeError: Cannot read properties of undefined (reading 'default')

Please check this package. Thanks!