ChatDashboardConfig Configuration
Chat Dashboard Configuration
Parameters
Name | Type | Required | Description |
---|---|---|---|
top_k | integer | ❌ | The top k for LLM generation |
top_p | number | ❌ | The top p for LLM generation |
temperature | number | ❌ | The temperature for LLM generation |
max_new_tokens | integer | ❌ | The max new tokens for LLM generation |
name | string | ❌ | The name of your app |
memory | BaseGPTsAppMemoryConfig |