Skip to content

Commit

Permalink
updated testcase comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushSawant18588 committed Dec 1, 2024
1 parent 745703a commit e0ba3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embeddings_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func TestEmbeddingEndpoint(t *testing.T) {
_, err = client.CreateEmbeddings(
context.Background(),
openai.EmbeddingRequest{
Input: make(chan int), // Invalid UTF-8 string
Input: make(chan int), // Channels are not serializable
Model: "example_model",
},
)
Expand Down

0 comments on commit e0ba3d6

Please sign in to comment.