Skip to content

Commit 7b0890c

Browse files
author
michal.zyga
committed
add create batch method
1 parent 270d8a0 commit 7b0890c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/test/scala/sttp/openai/fixtures/BatchFixture.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package sttp.openai.fixtures
22

33
object BatchFixture {
44

5-
val jsonCreateBatchRequest = """{
5+
val jsonCreateBatchRequest: String = """{
66
| "input_file_id": "file-id",
77
| "endpoint": "/v1/chat/completions",
88
| "completion_window": "24h",
@@ -12,7 +12,7 @@ object BatchFixture {
1212
| }
1313
|}""".stripMargin
1414

15-
val jsonCreateBatchResponse = """{
15+
val jsonCreateBatchResponse: String = """{
1616
| "id": "batch_abc123",
1717
| "object": "batch",
1818
| "endpoint": "/v1/completions",

0 commit comments

Comments
 (0)