diff --git a/web/src/components/llm-select/index.tsx b/web/src/components/llm-select/index.tsx new file mode 100644 index 000000000..7e1bc7a43 --- /dev/null +++ b/web/src/components/llm-select/index.tsx @@ -0,0 +1,23 @@ +import { Popover, Select } from 'antd'; +import LlmSettingItems from '../llm-setting-items'; + +const LLMSelect = () => { + const content = ( +
+ {}}> +
+ ); + + return ( + + {/* */} +