llmSelect: Add Models

This commit is contained in:
Enrico Ros
2025-05-13 11:26:28 -07:00
parent 56adb0aa88
commit a9e3da8b21
+1 -1
View File
@@ -21,7 +21,7 @@ import { FormLabelStart } from './FormLabelStart';
const LLM_SELECT_REDUCE_OPTIONS = 10; // optimization: number of options over which only the selected is kept when closed (we'll have special notes for accessibility)
const LLM_SELECT_SHOW_REASONING_ICON = false;
const LLM_TEXT_PLACEHOLDER = 'Models …';
const LLM_TEXT_CONFIGURE = 'Configure …';
const LLM_TEXT_CONFIGURE = 'Add Models …';
/*export function useLLMSelectGlobalState(): [DLLMId | null, (llmId: DLLMId | null) => void] {