Skip to content

Commit e15b721

Browse files
committed
chore: update tests for default model bump to gpt-4-turbo
Signed-off-by: Nick Hale <[email protected]>
1 parent d8d10c5 commit e15b721

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+54
-54
lines changed

pkg/tests/runner_test.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ func TestSubChat(t *testing.T) {
227227
"state": {
228228
"input": "Hello",
229229
"completion": {
230-
"Model": "gpt-4-turbo-preview",
230+
"Model": "gpt-4-turbo",
231231
"InternalSystemPrompt": null,
232232
"Tools": [
233233
{
@@ -300,7 +300,7 @@ func TestSubChat(t *testing.T) {
300300
"continuation": {
301301
"state": {
302302
"completion": {
303-
"Model": "gpt-4-turbo-preview",
303+
"Model": "gpt-4-turbo",
304304
"InternalSystemPrompt": false,
305305
"Tools": null,
306306
"Messages": [
@@ -350,7 +350,7 @@ func TestSubChat(t *testing.T) {
350350
"state": {
351351
"input": "Hello",
352352
"completion": {
353-
"Model": "gpt-4-turbo-preview",
353+
"Model": "gpt-4-turbo",
354354
"InternalSystemPrompt": null,
355355
"Tools": [
356356
{
@@ -423,7 +423,7 @@ func TestSubChat(t *testing.T) {
423423
"continuation": {
424424
"state": {
425425
"completion": {
426-
"Model": "gpt-4-turbo-preview",
426+
"Model": "gpt-4-turbo",
427427
"InternalSystemPrompt": false,
428428
"Tools": null,
429429
"Messages": [
@@ -501,7 +501,7 @@ func TestChat(t *testing.T) {
501501
"state": {
502502
"input": "Hello",
503503
"completion": {
504-
"Model": "gpt-4-turbo-preview",
504+
"Model": "gpt-4-turbo",
505505
"InternalSystemPrompt": false,
506506
"Tools": null,
507507
"Messages": [
@@ -555,7 +555,7 @@ func TestChat(t *testing.T) {
555555
"state": {
556556
"input": "Hello",
557557
"completion": {
558-
"Model": "gpt-4-turbo-preview",
558+
"Model": "gpt-4-turbo",
559559
"InternalSystemPrompt": false,
560560
"Tools": null,
561561
"Messages": [

pkg/tests/testdata/TestCase/call1.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
`{
2-
"Model": "gpt-4-turbo-preview",
2+
"Model": "gpt-4-turbo",
33
"InternalSystemPrompt": null,
44
"Tools": [
55
{

pkg/tests/testdata/TestCase2/call1.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
`{
2-
"Model": "gpt-4-turbo-preview",
2+
"Model": "gpt-4-turbo",
33
"InternalSystemPrompt": null,
44
"Tools": [
55
{

pkg/tests/testdata/TestChat/call1.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
`{
2-
"Model": "gpt-4-turbo-preview",
2+
"Model": "gpt-4-turbo",
33
"InternalSystemPrompt": false,
44
"Tools": null,
55
"Messages": [

pkg/tests/testdata/TestChat/call2.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
`{
2-
"Model": "gpt-4-turbo-preview",
2+
"Model": "gpt-4-turbo",
33
"InternalSystemPrompt": false,
44
"Tools": null,
55
"Messages": [

pkg/tests/testdata/TestChatRunNoError/call1.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
`{
2-
"Model": "gpt-4-turbo-preview",
2+
"Model": "gpt-4-turbo",
33
"InternalSystemPrompt": false,
44
"Tools": null,
55
"Messages": [

pkg/tests/testdata/TestContext/call1.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
`{
2-
"Model": "gpt-4-turbo-preview",
2+
"Model": "gpt-4-turbo",
33
"InternalSystemPrompt": null,
44
"Tools": null,
55
"Messages": [

pkg/tests/testdata/TestContextArg/call1.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
`{
2-
"Model": "gpt-4-turbo-preview",
2+
"Model": "gpt-4-turbo",
33
"InternalSystemPrompt": null,
44
"Tools": null,
55
"Messages": [

pkg/tests/testdata/TestContextSubChat/call1.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
`{
2-
"Model": "gpt-4-turbo-preview",
2+
"Model": "gpt-4-turbo",
33
"InternalSystemPrompt": null,
44
"Tools": [
55
{

pkg/tests/testdata/TestContextSubChat/call10.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
`{
2-
"Model": "gpt-4-turbo-preview",
2+
"Model": "gpt-4-turbo",
33
"InternalSystemPrompt": false,
44
"Tools": null,
55
"Messages": [

0 commit comments

Comments
 (0)