Feature request
Would it be possible to add support for ChatGPT subscriptions (Plus/Pro)?
Currently, the project only supports OpenAI API keys, but many users have a ChatGPT subscription rather than API access. LiteLLM — which I believe is the library used for LLM communication — appears to support this via its ChatGPT provider. The main difference is that it requires OAuth authentication rather than a simple API key.
Docs: https://docs.litellm.ai/docs/providers/chatgpt
Would this be worth exploring?
Motivation
Make PR Agent available for all ChatGPT subscription users.
Feature request
Would it be possible to add support for ChatGPT subscriptions (Plus/Pro)?
Currently, the project only supports OpenAI API keys, but many users have a ChatGPT subscription rather than API access. LiteLLM — which I believe is the library used for LLM communication — appears to support this via its ChatGPT provider. The main difference is that it requires OAuth authentication rather than a simple API key.
Docs: https://docs.litellm.ai/docs/providers/chatgpt
Would this be worth exploring?
Motivation
Make PR Agent available for all ChatGPT subscription users.