feat: update logo URL in LocalAGI configuration to use CDN

This commit is contained in:
John Doe
2026-03-04 00:32:00 -05:00
parent 79b5cb70af
commit 83847ad98f

View File

@@ -11,7 +11,7 @@
"interface_port": 8080, "interface_port": 8080,
"documentation": "https://github.com/mudler/LocalAGI#installation-options", "documentation": "https://github.com/mudler/LocalAGI#installation-options",
"website": "https://github.com/mudler/LocalAGI", "website": "https://github.com/mudler/LocalAGI",
"logo": "https://github.com/mudler/LocalAGI/raw/main/webui/react-ui/public/logo_1.png", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/localagi.webp",
"config_path": "/opt/localagi/.env", "config_path": "/opt/localagi/.env",
"description": "LocalAGI is a self-hostable AI agent platform with a web UI, OpenAI-compatible APIs, and local-first model orchestration.", "description": "LocalAGI is a self-hostable AI agent platform with a web UI, OpenAI-compatible APIs, and local-first model orchestration.",
"install_methods": [ "install_methods": [