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 5f29b21 commit 18afbdeCopy full SHA for 18afbde
stagehand/config.py
@@ -52,7 +52,7 @@ class StagehandConfig(BaseModel):
52
None, alias="modelApiKey", description="Model API key"
53
)
54
model_client_options: Optional[dict[str, Any]] = Field(
55
- None, alias="modelClientOptions", description="Configuration options for the language model client (i.e. apiKey, baseURL)",
+ None, alias="modelClientOptions", description="Configuration options for the language model client (i.e. api_base)",
56
57
verbose: Optional[int] = Field(
58
1,
0 commit comments