mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-28 17:18:35 +00:00
feat: dataset quote role support system; fix: adapt o1 model (#2733)
* feat: dataset quote support system role * perf: adapt dataset quote role * fix: adapt o1 model
This commit is contained in:
@@ -10,7 +10,7 @@ const FormLabel = ({
|
||||
children: React.ReactNode;
|
||||
}) => {
|
||||
return (
|
||||
<Box color={'myGray.900'} fontSize={'sm'} position={'relative'} {...props}>
|
||||
<Box color={'myGray.900'} fontSize={'sm'} position={'relative'} flexShrink={0} {...props}>
|
||||
{required && (
|
||||
<Box color={'red.600'} position={'absolute'} top={'-4px'} left={'-6px'}>
|
||||
*
|
||||
|
Reference in New Issue
Block a user