refactor(ai_handler): remove model parameter from _get_completion and handle it within the method

This commit is contained in:
mrT23
2025-07-13 21:29:53 +03:00
parent 0e9cf274ef
commit 8e0c5c8784
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,6 @@
import json
import openai
from azure.identity import ClientSecretCredential
from pr_agent.config_loader import get_settings
from pr_agent.log import get_logger