import styles from './index.module.less';
import IconFont from '../iconfont';
const Notice = () => {
return <>
Powered by InternLM2.5, this service has been specifically optimized for Chinese. For a better experience in English, you can build it locally.
>;
};
export default Notice;