fixes
This commit is contained in:
parent
c4f8c6c005
commit
cda2138f24
1 changed files with 4 additions and 0 deletions
|
|
@ -130,6 +130,7 @@ describe("ProviderTransform.message - DeepSeek reasoning content", () => {
|
||||||
toolcall: true,
|
toolcall: true,
|
||||||
input: { text: true, audio: false, image: false, video: false, pdf: false },
|
input: { text: true, audio: false, image: false, video: false, pdf: false },
|
||||||
output: { text: true, audio: false, image: false, video: false, pdf: false },
|
output: { text: true, audio: false, image: false, video: false, pdf: false },
|
||||||
|
interleaved: false,
|
||||||
},
|
},
|
||||||
cost: {
|
cost: {
|
||||||
input: 0.001,
|
input: 0.001,
|
||||||
|
|
@ -184,6 +185,7 @@ describe("ProviderTransform.message - DeepSeek reasoning content", () => {
|
||||||
toolcall: true,
|
toolcall: true,
|
||||||
input: { text: true, audio: false, image: false, video: false, pdf: false },
|
input: { text: true, audio: false, image: false, video: false, pdf: false },
|
||||||
output: { text: true, audio: false, image: false, video: false, pdf: false },
|
output: { text: true, audio: false, image: false, video: false, pdf: false },
|
||||||
|
interleaved: false,
|
||||||
},
|
},
|
||||||
cost: {
|
cost: {
|
||||||
input: 0.001,
|
input: 0.001,
|
||||||
|
|
@ -236,6 +238,7 @@ describe("ProviderTransform.message - DeepSeek reasoning content", () => {
|
||||||
toolcall: true,
|
toolcall: true,
|
||||||
input: { text: true, audio: false, image: false, video: false, pdf: false },
|
input: { text: true, audio: false, image: false, video: false, pdf: false },
|
||||||
output: { text: true, audio: false, image: false, video: false, pdf: false },
|
output: { text: true, audio: false, image: false, video: false, pdf: false },
|
||||||
|
interleaved: false,
|
||||||
},
|
},
|
||||||
cost: {
|
cost: {
|
||||||
input: 0.001,
|
input: 0.001,
|
||||||
|
|
@ -281,6 +284,7 @@ describe("ProviderTransform.message - DeepSeek reasoning content", () => {
|
||||||
toolcall: true,
|
toolcall: true,
|
||||||
input: { text: true, audio: false, image: true, video: false, pdf: false },
|
input: { text: true, audio: false, image: true, video: false, pdf: false },
|
||||||
output: { text: true, audio: false, image: false, video: false, pdf: false },
|
output: { text: true, audio: false, image: false, video: false, pdf: false },
|
||||||
|
interleaved: false,
|
||||||
},
|
},
|
||||||
cost: {
|
cost: {
|
||||||
input: 0.03,
|
input: 0.03,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue