@@ -35,7 +35,7 @@ suite("prompt", () => {
3535 content : "What is the capital of France?" ,
3636 } ,
3737 ] ,
38- model : "gpt-4 " ,
38+ model : "gpt-4o " ,
3939 } ) ,
4040 } )
4141 . reply (
@@ -152,7 +152,7 @@ suite("prompt", () => {
152152 { role : "assistant" , content : "The capital of France is Paris." } ,
153153 { role : "user" , content : "What about Spain?" } ,
154154 ] ,
155- model : "gpt-4 " ,
155+ model : "gpt-4o " ,
156156 } ) ,
157157 } )
158158 . reply (
@@ -216,7 +216,7 @@ suite("prompt", () => {
216216 content : "What is the capital of France?" ,
217217 } ,
218218 ] ,
219- model : "gpt-4 " ,
219+ model : "gpt-4o " ,
220220 } ) ,
221221 } )
222222 . reply (
@@ -273,7 +273,7 @@ suite("prompt", () => {
273273 { role : "assistant" , content : "The capital of France is Paris." } ,
274274 { role : "user" , content : "What about Spain?" } ,
275275 ] ,
276- model : "gpt-4 " ,
276+ model : "gpt-4o " ,
277277 } ) ,
278278 } )
279279 . reply (
@@ -342,7 +342,7 @@ suite("prompt", () => {
342342 } ,
343343 { role : "user" , content : "Call the function" } ,
344344 ] ,
345- model : "gpt-4 " ,
345+ model : "gpt-4o " ,
346346 toolsChoice : "auto" ,
347347 } ) ,
348348 } )
@@ -412,7 +412,7 @@ suite("prompt", () => {
412412 content : "What is the capital of France?" ,
413413 } ,
414414 ] ,
415- model : "gpt-4 " ,
415+ model : "gpt-4o " ,
416416 } ) ,
417417 } )
418418 . reply ( 400 , "Bad Request" , {
@@ -453,7 +453,7 @@ suite("prompt", () => {
453453 role : "user" ,
454454 } ,
455455 ] ,
456- model : "gpt-4 " ,
456+ model : "gpt-4o " ,
457457 toolsChoice : undefined ,
458458 } ,
459459 } ,
0 commit comments