remove LMStudio restriction for model selector

This commit is contained in:
timothycarambat 2024-07-26 10:53:05 -07:00
parent 0cba89a54b
commit 013c0b9575
2 changed files with 1 additions and 2 deletions

View File

@ -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",

View File

@ -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",