Run integration tests for PRs (#823)

* Unbreak integration tests

* Update integration-tests.yml
This commit is contained in:
Harald Nordgren
2024-08-09 17:30:32 +01:00
committed by GitHub
parent 6439e1fcc9
commit 1880333381
+1 -1
View File
@@ -211,7 +211,7 @@ func TestChatCompletionResponseFormat_JSONSchema(t *testing.T) {
}, },
ResponseFormat: &openai.ChatCompletionResponseFormat{ ResponseFormat: &openai.ChatCompletionResponseFormat{
Type: openai.ChatCompletionResponseFormatTypeJSONSchema, Type: openai.ChatCompletionResponseFormatTypeJSONSchema,
JSONSchema: openai.ChatCompletionResponseFormatJSONSchema{ JSONSchema: &openai.ChatCompletionResponseFormatJSONSchema{
Name: "cases", Name: "cases",
Schema: jsonschema.Definition{ Schema: jsonschema.Definition{
Type: jsonschema.Object, Type: jsonschema.Object,