mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-02 17:07:13 +00:00
remove LMStudio restriction for model selector
This commit is contained in:
parent
0cba89a54b
commit
013c0b9575
2 changed files with 1 additions and 2 deletions
frontend/src
|
@ -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…
Add table
Add a link
Reference in a new issue