fix for pre-commit

This commit is contained in:
Swapna Lekkala 2025-08-29 10:55:35 -07:00
parent a379b8d98c
commit 7160ef74c6
3 changed files with 9 additions and 9 deletions

View file

@ -43,7 +43,7 @@ def get_inference_providers() -> tuple[list[Provider], dict[str, list[ProviderMo
"openai",
[
ProviderModelEntry(
provider_model_id="openai/gpt-4o",
provider_model_id="gpt-4o",
model_type=ModelType.llm,
)
],