shiroai 2.0.6 → 2.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli.js +1 -1
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -297,7 +297,7 @@ function streamChat(msgs, tools) {
|
|
|
297
297
|
method: 'POST',
|
|
298
298
|
headers: {
|
|
299
299
|
'Content-Type': 'application/json',
|
|
300
|
-
'Authorization': 'Bearer
|
|
300
|
+
'Authorization': 'Bearer doo_v1_0c7c1b1cba3bef6d7a51b1b9d279cf070c18dfd222a774f072e973cee282d527',
|
|
301
301
|
'Content-Length': Buffer.byteLength(body)
|
|
302
302
|
}
|
|
303
303
|
}, res => {
|