mirror of https://github.com/aliasrobotics/cai.git
fix config for CAI_STREAM
This commit is contained in:
parent
e2e54b2008
commit
e561a5b59a
|
|
@ -122,6 +122,11 @@ ENV_VARS = {
|
|||
"name": "CAI_SUPPORT_INTERVAL",
|
||||
"description": "Number of turns between support agent executions",
|
||||
"default": "5"
|
||||
},
|
||||
22: {
|
||||
"name": "CAI_STREAM",
|
||||
"description": "Boolean to enable real-time, chunked responses instead of full messages.",
|
||||
"default": "True"
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue