STeven

Results 5 comments of STeven

babel-runtime 包含了一些babel modular 的helper方法,以及 regenerator。此处应该改为babel-preset-env。

I had the same issue. My package.json: ``` "monaco-editor": "~0.21.0", "monaco-editor-webpack-plugin": "^2.0.0", "react-monaco-editor": "^0.40.0", ``` Remove "monaco-editor" and update "monaco-editor-webpack-plugin" to "^3.0.0" can solve.

OpenAIChat and ChatOpenAI are diffrent: - OpenAIChat is a language model. - ChatOpenAI is a chat model. (Chat models use language models under the hood). I think only ChatOpenAI added...