Skip to content
Snippets Groups Projects
Commit 6e72519c authored by timothycarambat's avatar timothycarambat
Browse files

patch onboarding

parent 195d3cfc
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ import System from "../../../../../models/system"; ...@@ -3,6 +3,7 @@ import System from "../../../../../models/system";
import OpenAiLogo from "../../../../../media/llmprovider/openai.png"; import OpenAiLogo from "../../../../../media/llmprovider/openai.png";
import AzureOpenAiLogo from "../../../../../media/llmprovider/azure.png"; import AzureOpenAiLogo from "../../../../../media/llmprovider/azure.png";
import AnthropicLogo from "../../../../../media/llmprovider/anthropic.png"; import AnthropicLogo from "../../../../../media/llmprovider/anthropic.png";
import LMStudioLogo from "../../../../../media/llmprovider/lmstudio.png";
import ChromaLogo from "../../../../../media/vectordbs/chroma.png"; import ChromaLogo from "../../../../../media/vectordbs/chroma.png";
import PineconeLogo from "../../../../../media/vectordbs/pinecone.png"; import PineconeLogo from "../../../../../media/vectordbs/pinecone.png";
import LanceDbLogo from "../../../../../media/vectordbs/lancedb.png"; import LanceDbLogo from "../../../../../media/vectordbs/lancedb.png";
...@@ -35,6 +36,13 @@ const LLM_SELECTION_PRIVACY = { ...@@ -35,6 +36,13 @@ const LLM_SELECTION_PRIVACY = {
], ],
logo: AnthropicLogo, logo: AnthropicLogo,
}, },
lmstudio: {
name: "LMStudio",
description: [
"Your model and chats are only accessible on the server running LMStudio",
],
logo: LMStudioLogo,
},
}; };
const VECTOR_DB_PRIVACY = { const VECTOR_DB_PRIVACY = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment