Run integration tests for PRs (#823)

* Unbreak integration tests

* Update integration-tests.yml
This commit is contained in:
Harald Nordgren
2024-08-09 18:30:32 +02:00
committed by GitHub
parent 6439e1fcc9
commit 1880333381

View File

@@ -211,7 +211,7 @@ func TestChatCompletionResponseFormat_JSONSchema(t *testing.T) {
},
ResponseFormat: &openai.ChatCompletionResponseFormat{
Type: openai.ChatCompletionResponseFormatTypeJSONSchema,
JSONSchema: openai.ChatCompletionResponseFormatJSONSchema{
JSONSchema: &openai.ChatCompletionResponseFormatJSONSchema{
Name: "cases",
Schema: jsonschema.Definition{
Type: jsonschema.Object,