feat(model-connections): integrate model provider connections panel and connection card components

This commit is contained in:
Anish Sarkar 2026-06-13 02:40:22 +05:30
parent 15d9983669
commit 5e86885a03
8 changed files with 461 additions and 382 deletions

View file

@ -79,7 +79,7 @@ REGISTRY: dict[str, ProviderSpec] = {
Transport.OPENAI_COMPATIBLE,
"openai",
"openai_models",
"http://localhost:1234/v1",
"http://host.docker.internal:1234/v1",
True,
"bearer",
"LM Studio",
@ -88,7 +88,7 @@ REGISTRY: dict[str, ProviderSpec] = {
Transport.OLLAMA,
"ollama_chat",
"ollama",
"http://localhost:11434",
"http://ollama:11434",
True,
"none",
"Ollama",