mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
Change default model to regular model
This commit is contained in:
parent
e3d779c30d
commit
6352e6e3bf
1 changed files with 1 additions and 1 deletions
|
|
@ -353,7 +353,7 @@ async def retry_with_fallback_models(f: Callable, model_type: ModelType = ModelT
|
|||
raise Exception(f"Failed to generate prediction with any model of {all_models}")
|
||||
|
||||
|
||||
def _get_all_models(model_type: ModelType = ModelType.WEAK) -> List[str]:
|
||||
def _get_all_models(model_type: ModelType = ModelType.REGULAR) -> List[str]:
|
||||
if model_type == ModelType.WEAK:
|
||||
model = get_settings().config.model_weak
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue