feat: support chatglm_turbo model #1443 (#1460)

This commit is contained in:
takatost 2023-11-06 18:33:05 +08:00 committed by GitHub
commit 4dfbcd0b4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 1 deletions

View file

@ -96,7 +96,7 @@ class ZhipuAIChatLLM(BaseChatModel):
return True
client: Any = None #: :meta private:
model: str = "chatglm_lite"
model: str = "chatglm_turbo"
"""Model name to use."""
temperature: float = 0.95
"""A non-negative float that tunes the degree of randomness in generation."""