GPTsAppConfig Configuration
GPTs application configuration. For global configuration, you can set the parameters here.
Parameters
Name | Type | Required | Description |
---|---|---|---|
name | string | ❌ | The name of your app |
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 |
memory | BaseGPTsAppMemoryConfig | ❌ | The memory configuration |
configs | GPTsAppCommonConfig | ❌ | The configs for specific app Defaults: [] |