feat(macos): load models from gateway

This commit is contained in:
Peter Steinberger
2025-12-20 23:24:09 +01:00
parent e3015bbfb7
commit 8c18dd40a3
4 changed files with 46 additions and 7 deletions

View File

@@ -404,7 +404,7 @@ struct DebugSettings: View {
.font(.footnote)
.foregroundStyle(.secondary)
}
Text("Used by the Config tab model picker; point at a different build when debugging.")
Text("Local fallback for model picker when gateway models.list is unavailable.")
.font(.footnote)
.foregroundStyle(.tertiary)
}