We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
04_memory/chat_memory_1.py をWindows環境で起動すると、最初の入力で以下のエラーが出てしまいます。対処法をご教授ください。
1 validation error for HumanMessage content str type expected (type=type_error.str)
The text was updated successfully, but these errors were encountered:
申し訳ありません。思わず投稿してしまいましたが、こちら公式リポジトリではないですよね。
Sorry, something went wrong.
@shohei-matsushita こちら動作確認したところ、chainlitに破壊的なアップデートが入り記載のソースコードだと動作しなくなる問題がありました。 申し訳有りません。
以下コマンドを実行して、chainlitのバージョンを執筆当時のものに下げてみてください。
python3 -m pip install chainlit==0.5.1
報告ありがとうございました!
No branches or pull requests
04_memory/chat_memory_1.py をWindows環境で起動すると、最初の入力で以下のエラーが出てしまいます。対処法をご教授ください。
1 validation error for HumanMessage
content
str type expected (type=type_error.str)
The text was updated successfully, but these errors were encountered: