Skip to content

Commit

Permalink
chore update chat default model
Browse files Browse the repository at this point in the history
  • Loading branch information
JuHyung-Son committed Sep 10, 2024
1 parent c7344fa commit 4e8dd1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion libs/upstage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-upstage"
version = "0.2.1"
version = "0.2.2"
description = "An integration package connecting Upstage and LangChain"
authors = []
readme = "README.md"
Expand Down

0 comments on commit 4e8dd1a

Please sign in to comment.