mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-28 09:28:48 +00:00
community[patch]: Update Tongyi default model_name (#14844)
<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.
This commit is contained in:
parent
5fc2c578cf
commit
5de1dc72b9
@ -108,7 +108,7 @@ class Tongyi(LLM):
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user