chore: streaming should be turned on by default (#4712)

This commit is contained in:
Louis 2025-02-21 00:52:07 +07:00 committed by GitHub
parent cddaf61c99
commit a47942d7df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
"max_tokens": 4096,
"temperature": 0.7,
"max_temperature": 1.0,
"stream": false
"stream": true
},
"engine": "cohere"
},
@ -23,7 +23,7 @@
"max_tokens": 4096,
"temperature": 0.7,
"max_temperature": 1.0,
"stream": false
"stream": true
},
"engine": "cohere"
}