mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-03-15 14:42:23 +00:00
patch onboarding
This commit is contained in:
parent
195d3cfcc3
commit
6e72519caf
1 changed files with 8 additions and 0 deletions
|
@ -3,6 +3,7 @@ import System from "../../../../../models/system";
|
|||
import OpenAiLogo from "../../../../../media/llmprovider/openai.png";
|
||||
import AzureOpenAiLogo from "../../../../../media/llmprovider/azure.png";
|
||||
import AnthropicLogo from "../../../../../media/llmprovider/anthropic.png";
|
||||
import LMStudioLogo from "../../../../../media/llmprovider/lmstudio.png";
|
||||
import ChromaLogo from "../../../../../media/vectordbs/chroma.png";
|
||||
import PineconeLogo from "../../../../../media/vectordbs/pinecone.png";
|
||||
import LanceDbLogo from "../../../../../media/vectordbs/lancedb.png";
|
||||
|
@ -35,6 +36,13 @@ const LLM_SELECTION_PRIVACY = {
|
|||
],
|
||||
logo: AnthropicLogo,
|
||||
},
|
||||
lmstudio: {
|
||||
name: "LMStudio",
|
||||
description: [
|
||||
"Your model and chats are only accessible on the server running LMStudio",
|
||||
],
|
||||
logo: LMStudioLogo,
|
||||
},
|
||||
};
|
||||
|
||||
const VECTOR_DB_PRIVACY = {
|
||||
|
|
Loading…
Add table
Reference in a new issue