Skip to content
New issue

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

[BUG] Error when starting a chat with OpenAI Assistant #3014

Closed
schieck0 opened this issue Aug 14, 2024 · 1 comment
Closed

[BUG] Error when starting a chat with OpenAI Assistant #3014

schieck0 opened this issue Aug 14, 2024 · 1 comment

Comments

@schieck0
Copy link

Describe the bug
The error occurs when starting a chat with OpenAI Assistant.
ERROR: invalid input syntax for type uuid: "thread_xxxxxxxxxxxxxxxxxxxxx"

To Reproduce
Just add the OpenAI Assistant component with a configured assistant and say something in the chat.

Expected behavior
No errors :D

Screenshots
image

Setup

  • Installation docker
  • Flowise Version: 2.0.5
  • OS: Linux (AWS)
  • Browser chrome
  • Database: Postgres
@schieck0
Copy link
Author

I solved the problem. It was the sessionId field that was as uuid in postgres. Thanks to someone who fixed the type directly in the original migration instead of creating another one.
Changing to varchar in postgres solved the problem.
commit
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants