We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 869c95b commit ccff74dCopy full SHA for ccff74d
src/agents/agent.py
@@ -108,7 +108,7 @@ class Agent(Generic[TContext]):
108
"""The model implementation to use when invoking the LLM.
109
110
By default, if not set, the agent will use the default model configured in
111
- `model_settings.DEFAULT_MODEL`.
+ `openai_provider.DEFAULT_MODEL` (currently "gpt-4o").
112
"""
113
114
model_settings: ModelSettings = field(default_factory=ModelSettings)
0 commit comments