mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
adding rate limits for emeddings models on github models when using openai API compatible plugin #631
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @remisharrock on GitHub (Sep 9, 2025).
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
When I add a knowledge using github models as an openai api compatible , I hit the limits of the embeddings and get this error:
[models] Bad Request Error, 429 Client Error: Too Many Requests for url: https://models.github.ai/inference/embeddings
as explained here https://docs.github.com/en/github-models/use-github-models/prototyping-with-ai-models#rate-limits , these are the actual limits (I have the copilot enterprise):
Embedding Requests per minute 20
Requests per day 450
Tokens per request 64000
Concurrent requests 8
How can I deal with those limits ? Any way to configure the plugin or the model so that I don't hit the limits ?
2. Additional context or comments
No response
3. Can you help us with this feature?
@remisharrock commented on GitHub (Sep 9, 2025):
could it be related to https://github.com/langgenius/dify-official-plugins/pull/433 ?
@dosubot[bot] commented on GitHub (Sep 25, 2025):
Hi, @remisharrock. I'm Dosu, and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.
Issue Summary:
Next Steps:
Thanks for your understanding and contribution!
@remisharrock commented on GitHub (Sep 25, 2025):
Yes still relevant
@dosubot[bot] commented on GitHub (Sep 25, 2025):
@crazywoola The user has confirmed that the issue with 429 rate limit errors when using GitHub models for embeddings via the OpenAI API compatible plugin is still relevant. Could you please assist with this?