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

Add more OpenAI API checks for chatcompletion #4

Open
sebhaan opened this issue Dec 6, 2023 · 0 comments
Open

Add more OpenAI API checks for chatcompletion #4

sebhaan opened this issue Dec 6, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@sebhaan
Copy link
Contributor

sebhaan commented Dec 6, 2023

add more checks in utils_llm.py for the OpenAI API calls, including:

  • time-out exceptions and retry
  • rate limit checks (tokens and requests per minute)
  • model availability

This should make the response more robust and optimise processing time for queries.

@sebhaan sebhaan self-assigned this Dec 6, 2023
@sebhaan sebhaan added the enhancement New feature or request label Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant