RocketChat / Rocket.Chat.Apps-engine

The Rocket.Chat Apps engine and definitions.

Home Page:https://rocketchat.github.io/Rocket.Chat.Apps-engine/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openai package support in apps-engine?

namnguyenthanhwork opened this issue · comments

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!