mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 03:15:17 +00:00
Update ai_handler.py
This commit is contained in:
parent
917f4b6a01
commit
f8f57419c4
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import os
|
||||
|
||||
import boto3
|
||||
import litellm
|
||||
import openai
|
||||
from litellm import acompletion
|
||||
|
|
@ -7,7 +8,6 @@ from openai.error import APIError, RateLimitError, Timeout, TryAgain
|
|||
from retry import retry
|
||||
from pr_agent.config_loader import get_settings
|
||||
from pr_agent.log import get_logger
|
||||
import boto3
|
||||
|
||||
OPENAI_RETRIES = 5
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue