Skip to main content
Version: dev

ChatDashboardConfig Configuration

Chat Dashboard Configuration

Parameters

NameTypeRequiredDescription
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
namestring
The name of your app
memoryBaseGPTsAppMemoryConfig
The memory configuration
schema_retrieve_top_kinteger
The number of tables to retrieve from the database.
Defaults:10
schema_max_tokensinteger
The maximum number of tokens to pass to the model, default 100 * 1024.Just work for the schema retrieval failed, and load all tables schema.
Defaults:102400