mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
* Add support for SSL related interactions: 1. Inject SSL related env variables to git clone 2. Force LiteLLM to use aiohttp which honors SSL env. variables, this is done by setting configuration toml as follows: [litellm] disable_aiohttp = true * Update pr_agent/git_providers/git_provider.py Co-authored-by: qodo-merge-for-open-source[bot] <189517486+qodo-merge-for-open-source[bot]@users.noreply.github.com> * Guard get_git_ssl_env invocation with try-catch --------- Co-authored-by: qodo-merge-for-open-source[bot] <189517486+qodo-merge-for-open-source[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| base_ai_handler.py | ||
| langchain_ai_handler.py | ||
| litellm_ai_handler.py | ||
| litellm_helpers.py | ||
| openai_ai_handler.py | ||