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

Null values, rate limit fix and gpt-4o #1294

Open
wants to merge 4 commits into
base: oss
Choose a base branch
from
Open

Conversation

nugaon
Copy link

@nugaon nugaon commented Sep 17, 2024

I had problem with running the built executable (since it is necessary to build, see #1286) so I made some changes in the source code that may fix issues for those who want to continue using this awesome application.

Small changes but includes:

  • fixing openai requests ended up in 400 Bad Request
  • trying again requests failed with 429 Rate Limitation after 5 seconds delay
  • default model changed to gpt-4o instead of gpt-4-Turbo which is 2 times faster on half price
  • logging sent messages to see how Bleep communicates with OpenAI : )

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.

1 participant