Fixes import progress bar, ported manage data and applications to vue (#10209)

* Fixes import progress bar, ported manage data and applications to vue

* Fixes import progress bar, ported manage data and applications to vue

* Update dist

* removed files
This commit is contained in:
GabrieleDeri 2026-03-24 14:16:26 +01:00 committed by GitHub
parent 3ff8a66813
commit e89741ac2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 4087 additions and 248 deletions

View file

@ -344,8 +344,6 @@ if auth.has_capability(auth.capabilities.preferences) then
create_table()
-- Anthropic
add_section(i18n("prefs.llm_anthropic"))
local default_anthropic_url = "https://api.anthropic.com/v1/"
local default_anthropic_model = "claude-opus-4-5"
@ -355,7 +353,6 @@ if auth.has_capability(auth.capabilities.preferences) then
local default_local_llm_url = "http://localhost:11434/v1/"
local default_local_llm_model = "Qwen3.5-9B"
-- Local LLM
add_section(i18n("prefs.llm_local"))
@ -378,6 +375,7 @@ if auth.has_capability(auth.capabilities.preferences) then
})
-- Anthropic
add_section(i18n("prefs.llm_anthropic"))
prefsInputFieldPrefs(subpage_active.entries["anthropic_url"].title,
subpage_active.entries["anthropic_url"].description,
"ntopng.prefs.llm", "anthropic_url", default_anthropic_url, "text", true, true, true, {