mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-23 19:39:58 +00:00
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:
@@ -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"""
|
||||
|
Reference in New Issue
Block a user