mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-02 12:48:30 +00:00
head ,csv template and limit content size
This commit is contained in:
@@ -264,7 +264,7 @@ const simpleChatTemplate = (formData: EditFormType): AppModuleItemType[] => [
|
||||
inputs: [
|
||||
{
|
||||
key: 'maxContext',
|
||||
value: 10,
|
||||
value: 6,
|
||||
connected: true
|
||||
},
|
||||
{
|
||||
@@ -340,7 +340,7 @@ const kbTemplate = (formData: EditFormType): AppModuleItemType[] => [
|
||||
inputs: [
|
||||
{
|
||||
key: 'maxContext',
|
||||
value: 10,
|
||||
value: 6,
|
||||
connected: true
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user