Skip to content

Commit

Permalink
remove LMStudio restriction for model selector
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycarambat committed Jul 26, 2024
1 parent 0cba89a commit 013c0b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion frontend/src/hooks/useGetProvidersModels.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 013c0b9

Please sign in to comment.