Skip to content

Commit

Permalink
Update chat_models.py (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuHyung-Son authored Sep 8, 2024
1 parent 53116f2 commit 2a1abe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/upstage/langchain_upstage/chat_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def _get_ls_params(
params["ls_provider"] = "upstage"
return params

model_name: str = Field(default="solar-pro", alias="model")
model_name: str = Field(default="solar-1-mini-chat", alias="model")
"""Model name to use."""
upstage_api_key: Optional[SecretStr] = Field(default=None, alias="api_key")
"""Automatically inferred from env are `UPSTAGE_API_KEY` if not provided."""
Expand Down

0 comments on commit 2a1abe8

Please sign in to comment.