import { Popover, Select } from 'antd'; import LlmSettingItems from '../llm-setting-items'; interface IProps { id?: string; value?: string; onChange?: (value: string) => void; } const LLMSelect = ({ id, value, onChange }: IProps) => { const content = (