BUG: fix hunyuan appid type (#13496)

- **Description: fix hunyuan appid type
- **Issue:
https://github.com/langchain-ai/langchain/pull/12022#issuecomment-1815627855
This commit is contained in:
John Mai
2023-11-20 10:23:45 +08:00
committed by GitHub
parent 43972be632
commit 16f7912e1b
2 changed files with 2 additions and 2 deletions

View File

@@ -140,7 +140,7 @@ class ChatHunyuan(BaseChatModel):
hunyuan_api_base: str = Field(default=DEFAULT_API_BASE)
"""Hunyuan custom endpoints"""
hunyuan_app_id: Optional[str] = None
hunyuan_app_id: Optional[int] = None
"""Hunyuan App ID"""
hunyuan_secret_id: Optional[str] = None
"""Hunyuan Secret ID"""