rename file

This commit is contained in:
Brian Pham
2023-12-11 16:57:23 +08:00
parent 523a896465
commit b8021d7ca3
8 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@ import copy
from jinja2 import Environment, StrictUndefined
from pr_agent.algo.ai_handler import BaseAiHandler, LiteLLMAiHandler
from pr_agent.algo.litellm_ai_handler import BaseAiHandler, LiteLLMAiHandler
from pr_agent.algo.pr_processing import get_pr_diff, retry_with_fallback_models
from pr_agent.algo.token_handler import TokenHandler
from pr_agent.config_loader import get_settings