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
ValidationError: 1 validation error for ChatOpenAI rootopenai has no ChatCompletion attribute, this is likely due to an old version of the openai package. Try upgrading it with pip install --upgrade openai. (type=value_error)
エラーの説明
P141の通り実装したところ、以下のエラーが出ました。
バージョンアップしても変わりませんでした。
念の為、Githubのコードをコピペして実行しましたが、同様のエラーが出ます。
よろしくお願いします。
スクリーンショット
ValidationError: 1 validation error for ChatOpenAI root
openai
has noChatCompletion
attribute, this is likely due to an old version of the openai package. Try upgrading it withpip install --upgrade openai
. (type=value_error)書籍の該当箇所
本のタイトル : ChatGPT/LangChainによるチャットシステム構築[実践]入門
ページ : 141
書籍の内容以外で実施したこと
環境
AWS Cloud9
The text was updated successfully, but these errors were encountered: