mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-07 01:02:55 +08:00
feat: pg half vector (#6201)
This commit is contained in:
@@ -396,7 +396,10 @@ const AIChatSettingsModal = ({
|
||||
{responseFormat === 'json_schema' && (
|
||||
<Flex {...FlexItemStyles} h="auto">
|
||||
<Box {...LabelStyles}>
|
||||
<Flex alignItems={'center'}>JSON Schema</Flex>
|
||||
<Flex alignItems={'center'}>
|
||||
<Box>JSON Schema</Box>
|
||||
<QuestionTip label={t('app:json_schema_tip')} />
|
||||
</Flex>
|
||||
</Box>
|
||||
<Box flex={'1 0 0'}>
|
||||
<JsonEditor
|
||||
|
||||
Reference in New Issue
Block a user