跳到主要内容
版本:dev

ChatExcelConfig Configuration

Chat Excel 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
Memory configuration
Defaults:BufferWindowGPTsAppMemoryConfig
duckdb_extensions_dirstring
The directory of the duckdb extensions.Duckdb will download the extensions from the internet if not provided.This configuration is used to tell duckdb where to find the extensions and avoid downloading. Note that the extensions are platform-specific and version-specific.
Defaults:[]
force_installboolean
Whether to force install the duckdb extensions. If True, the extensions will be installed even if they are already installed.
Defaults:False