mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-24 21:38:09 +02:00
feat(model-connections): integrate model provider connections panel and connection card components
This commit is contained in:
parent
15d9983669
commit
5e86885a03
8 changed files with 461 additions and 382 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue