balibabu
feat: add LLMSelect (#1270)
70b1cb8
raw
history blame
191 Bytes
import LLMSelect from '@/components/llm-select';
const CategorizeForm = () => {
return (
<section>
<LLMSelect></LLMSelect>
</section>
);
};
export default CategorizeForm;