chore: streaming should be turned on by default (#4712)
This commit is contained in:
parent
cddaf61c99
commit
a47942d7df
@ -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"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user