pr-agent/pr_agent/algo/ai_handlers
mrT23 0690f2bbfd
Refactor litellm_ai_handler.py and update requirements.txt
- Replace retry library with tenacity for better exception handling
- Add verbosity level checks for logging prompts and AI responses
- Add support for HuggingFace API base and repetition penalty in chat completion
- Update requirements.txt with tenacity library
2024-03-06 12:13:54 +02:00
..
base_ai_handler.py Update AI handler instantiation in server files 2023-12-13 08:16:02 +08:00
langchain_ai_handler.py Add support for Azure OpenAI in LangChainOpenAIHandler 2024-01-04 16:22:22 +02:00
litellm_ai_handler.py Refactor litellm_ai_handler.py and update requirements.txt 2024-03-06 12:13:54 +02:00
openai_ai_handler.py Move ai handlers to specific folder 2023-12-12 23:03:38 +08:00