mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 02:16:39 +00:00
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:
parent
3ff8a66813
commit
e89741ac2f
30 changed files with 4087 additions and 248 deletions
|
|
@ -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, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue