mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-07 14:20:37 +08:00
Rename AiHandler to LiteLLMAiHandler
This commit is contained in:
@ -11,7 +11,7 @@ from pr_agent.algo.base_ai_handler import BaseAiHandler
|
||||
OPENAI_RETRIES = 5
|
||||
|
||||
|
||||
class AiHandler(BaseAiHandler):
|
||||
class LiteLLMAiHandler(BaseAiHandler):
|
||||
"""
|
||||
This class handles interactions with the OpenAI API for chat completions.
|
||||
It initializes the API key and other settings from a configuration file,
|
||||
|
Reference in New Issue
Block a user