跳到主要内容
版本:dev

GPTsAppConfig Configuration

GPTs application configuration. For global configuration, you can set the parameters here.

Parameters

NameTypeRequiredDescription
namestring
The name of your app
top_kinteger
The top k for LLM generation
top_pnumber
The top p for LLM generation
temperaturenumber
The temperature for LLM generation
max_new_tokensinteger
The max new tokens for LLM generation
memoryBaseGPTsAppMemoryConfig
The memory configuration
configsGPTsAppCommonConfig
The configs for specific app
Defaults:[]