Skip to content

Commit

Permalink
community[patch]: Update Tongyi default model_name (#14844)
Browse files Browse the repository at this point in the history
<img width="1305" alt="Screenshot 2023-12-18 at 9 54 01 PM"
src="https://github.com/langchain-ai/langchain/assets/10000925/c943fd81-cd48-46eb-8dff-4680424d9ba9">

The current model is no longer available.
  • Loading branch information
169 committed Dec 18, 2023
1 parent 5fc2c57 commit 5de1dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/community/langchain_community/llms/tongyi.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def is_lc_serializable(cls) -> bool:
return False

client: Any #: :meta private:
model_name: str = "qwen-plus-v1"
model_name: str = "qwen-plus"

"""Model name to use."""
model_kwargs: Dict[str, Any] = Field(default_factory=dict)
Expand Down

0 comments on commit 5de1dc7

Please sign in to comment.