Skip to content

Commit f9754fa

Browse files
ftnexteasonsshi
authored and
easonsshi
committed
docs: Make default model clear (openai#457)
close openai#440
1 parent d692ecb commit f9754fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agents/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class Agent(Generic[TContext]):
108108
"""The model implementation to use when invoking the LLM.
109109
110110
By default, if not set, the agent will use the default model configured in
111-
`model_settings.DEFAULT_MODEL`.
111+
`openai_provider.DEFAULT_MODEL` (currently "gpt-4o").
112112
"""
113113

114114
model_settings: ModelSettings = field(default_factory=ModelSettings)

0 commit comments

Comments
 (0)