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

@@ -36,7 +36,7 @@
"outputs": [],
"source": [
"chat = ChatHunyuan(\n",
" hunyuan_app_id=\"YOUR_APP_ID\",\n",
" hunyuan_app_id=111111111,\n",
" hunyuan_secret_id=\"YOUR_SECRET_ID\",\n",
" hunyuan_secret_key=\"YOUR_SECRET_KEY\",\n",
")"