-
Notifications
You must be signed in to change notification settings - Fork 4
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
Rate limiting #2
Comments
Should be fairly easy using https://pkg.go.dev/go.uber.org/ratelimit#section-readme. |
SandersAaronD
pushed a commit
that referenced
this issue
Oct 27, 2023
Add example of indicating when a stream of responses has finished
SandersAaronD
added a commit
that referenced
this issue
Dec 12, 2023
SandersAaronD
added a commit
that referenced
this issue
Dec 20, 2023
SandersAaronD
added a commit
that referenced
this issue
Jan 11, 2024
SandersAaronD
added a commit
that referenced
this issue
Jan 23, 2024
SandersAaronD
added a commit
that referenced
this issue
Feb 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The reverse proxy should support rate limiting to enable Grafana admins to control costs due to expensive LLM calls. Things to consider:
/openai
path)The text was updated successfully, but these errors were encountered: