You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking at aider and it's just using litellm which uses either its own http client implementation that hardcodes the user-agent to litellm or in case of openai, directly the openai client. I'm going to check how much work it would be to patch litellm to be able to pass on the user-agent by the caller.
Many of the upstream clients are not setting a UA, which makes it hard for us to know who is connecting.
From a quick check I see:
Cline
User-Agent: axios/1.7.4
Continue
User-Agent: node-fetch
Aider
User-Agent: OpenAI/Python 1.57.0
We should seek to contribute patches upstream to help them set something specific to the client
Subtasks
The text was updated successfully, but these errors were encountered: