Replies: 2 comments 1 reply
-
It could be that this has to do with rate limits I guess, when I look at https://docs.github.com/en/github-models/prototyping-with-ai-models and I'm guessing you need to be with a paid GitHub Copilot to get more access to this, but is there a way to change context length requests from the plugin? There seem to be a bunch of limits, but I don't see where context length can be set and I don't see it in the default providers section in |
Beta Was this translation helpful? Give feedback.
-
Nothing to do with rate limits, just limits of the model. Also Github Models are separate from Copilot, they are mostly just for testing, but the actual rate limits on them are very annoying. And you would need azure key and not copilot subscription afaik to increase the rate limits. But anyway, the plugin was using incorrect value when specifying max output tokens when using github models so I fixed that so hopefully this should not work properly |
Beta Was this translation helpful? Give feedback.
-
OK, with the builtin GitHub Marketplace provider, I tried to use Phi4, and it looks like the requested context length exceeds the maximum.
Is there are way to reduce the context request for that provider? Not obvious from the documentation:
Beta Was this translation helpful? Give feedback.
All reactions