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

Fix 400 Can't add messages to thread_X while a run run_X is active and more. #879

Merged
merged 5 commits into from
Nov 11, 2024

Conversation

theimperious1
Copy link
Collaborator

@theimperious1 theimperious1 commented Nov 10, 2024

Changes:

  1. Added a message queuing system to prevent GPT from simultaneously handling multiple messages by the same person at once, resolving the 400 error.
  2. Updated AI translation GPT to gpt-4o-mini
  3. Replaced some console.logs in d.admin.ts that were causing lint warnings.

Fix #768

@theimperious1 theimperious1 merged commit a93e1b4 into main Nov 11, 2024
4 checks passed
@theimperious1 theimperious1 deleted the gpt-queue-400-fix branch November 11, 2024 13:48
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

Successfully merging this pull request may close these issues.

Fix "400 Can't add messages to thread while a run is active."
1 participant