Обновить proxmox_tools_pve.py

This commit is contained in:
2026-08-09 21:52:29 +03:00
parent e08d7103db
commit d59370b466
+1 -1
View File
@@ -21,7 +21,7 @@ class Tools:
default="root@pam", description="Proxmox API user (e.g. root@pam)"
)
proxmox_token_name: str = Field(
default="openwebui-token", description="Proxmox API token name/id"
default="open-webui", description="Proxmox API token name/id"
)
proxmox_token_value: str = Field(
default="",