You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering an issue while working with server , mongodb-chatbot-server package. The error occurs when trying to use the OpenAI member from the package.
src/index.ts:15:3 - error TS2305: Module '"mongodb-chatbot-server"' has no exported member 'OpenAI'.
The text was updated successfully, but these errors were encountered:
thanks for reporting this. we'll take a look. in the meantime you can just download the openai package from npm separately, npm i openai and use the OpenAI member exported from that.
I am encountering an issue while working with server , mongodb-chatbot-server package. The error occurs when trying to use the OpenAI member from the package.
src/index.ts:15:3 - error TS2305: Module '"mongodb-chatbot-server"' has no exported member 'OpenAI'.
The text was updated successfully, but these errors were encountered: