Upload custom_nodes/comfyui_custom_nodes_alekpet/ChatGLMNode/config.json.example with huggingface_hub
Browse files
custom_nodes/comfyui_custom_nodes_alekpet/ChatGLMNode/config.json.example
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"__comment": "Register on the site https://bigmodel.cn and get a key and add it to the field ZHIPUAI_API_KEY. Change default translate languages 'from' and 'to' you use",
|
3 |
+
"from_translate": "ru",
|
4 |
+
"to_translate": "en",
|
5 |
+
"ZHIPUAI_API_KEY": "your_api_key"
|
6 |
+
}
|