190proof 1.0.25 → 1.0.26
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/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -32022,7 +32022,8 @@ async function prepareAnthropicPayload(payload) {
|
|
|
32022
32022
|
const preparedPayload = {
|
|
32023
32023
|
model: payload.model,
|
|
32024
32024
|
messages: [],
|
|
32025
|
-
functions: payload.functions
|
|
32025
|
+
functions: payload.functions,
|
|
32026
|
+
temperature: payload.temperature
|
|
32026
32027
|
};
|
|
32027
32028
|
for (const message of payload.messages) {
|
|
32028
32029
|
const anthropicContentBlocks = [];
|