mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-15 10:50:31 +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
|
// Providers which cannot use this feature for workspace<>model selection
|
||||||
export const DISABLED_PROVIDERS = [
|
export const DISABLED_PROVIDERS = [
|
||||||
"azure",
|
"azure",
|
||||||
"lmstudio",
|
|
||||||
"native",
|
"native",
|
||||||
"textgenwebui",
|
"textgenwebui",
|
||||||
"generic-openai",
|
"generic-openai",
|
||||||
|
@ -16,7 +16,7 @@ const NO_MODEL_SELECTION = [
|
|||||||
"generic-openai",
|
"generic-openai",
|
||||||
"bedrock",
|
"bedrock",
|
||||||
];
|
];
|
||||||
const DISABLED_PROVIDERS = ["azure", "lmstudio", "native"];
|
const DISABLED_PROVIDERS = ["azure", "native"];
|
||||||
const LLM_DEFAULT = {
|
const LLM_DEFAULT = {
|
||||||
name: "System default",
|
name: "System default",
|
||||||
value: "default",
|
value: "default",
|
||||||
|
Loading…
Reference in New Issue
Block a user