1
0

feat: update setup TUI with new configuration options and improved user prompts.

This commit is contained in:
2026-03-05 11:58:24 +01:00
parent 941894761a
commit f2c3e5032d

View File

@@ -35,8 +35,8 @@ internal static class SetupTui
("qwen/qwen3.5-397b-a17b", "smart, expensive"), ("qwen/qwen3.5-397b-a17b", "smart, expensive"),
("qwen/qwen3.5-122b-a10b", "faster"), ("qwen/qwen3.5-122b-a10b", "faster"),
("qwen/qwen3.5-27b", "fast"), ("qwen/qwen3.5-27b", "fast"),
("qwen/qwen3.5-Flash", "cloud, fast"), ("qwen/qwen3.5-flash-02-23", "cloud, fast"),
("qwen/qwen3.5-Plus", "cloud, smart"), ("qwen/qwen3.5-plus-02-15", "cloud, smart"),
("Custom...", "") ("Custom...", "")
}; };