Back to Db Gpt

BufferWindowGPTsAppMemoryConfig Configuration

docs/docs/config-reference/memory/config_bufferwindowgptsappmemoryconfig_c31071.mdx

0.8.1701 B
Original Source

import { ConfigDetail } from "@site/src/components/mdx/ConfigDetail";

<ConfigDetail config={{ "name": "BufferWindowGPTsAppMemoryConfig", "description": "Buffer window memory configuration.\n\n This configuration is used to control the buffer window memory.", "documentationUrl": "", "parameters": [ { "name": "keep_start_rounds", "type": "integer", "required": false, "description": "The number of start rounds to keep in memory", "defaultValue": "0" }, { "name": "keep_end_rounds", "type": "integer", "required": false, "description": "The number of end rounds to keep in memory", "defaultValue": "0" } ] }} />