mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-15 02:50:10 +01:00
remove LMStudio restriction for model selector
This commit is contained in:
parent
0cba89a54b
commit
013c0b9575
@ -4,7 +4,6 @@ import { useEffect, useState } from "react";
|
||||
// Providers which cannot use this feature for workspace<>model selection
|
||||
export const DISABLED_PROVIDERS = [
|
||||
"azure",
|
||||
"lmstudio",
|
||||
"native",
|
||||
"textgenwebui",
|
||||
"generic-openai",
|
||||
|
@ -16,7 +16,7 @@ const NO_MODEL_SELECTION = [
|
||||
"generic-openai",
|
||||
"bedrock",
|
||||
];
|
||||
const DISABLED_PROVIDERS = ["azure", "lmstudio", "native"];
|
||||
const DISABLED_PROVIDERS = ["azure", "native"];
|
||||
const LLM_DEFAULT = {
|
||||
name: "System default",
|
||||
value: "default",
|
||||
|
Loading…
Reference in New Issue
Block a user