Skip to content

Commit ced437f

Browse files
Dmytro Parfeniukparfeniukink
authored andcommitted
WIP
1 parent f87cc9e commit ced437f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/backend/test_openai_backend_submit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_openai_submit_request(
5757
),
5858
)
5959
backend: OpenAIBackend = openai_backend_factory()
60-
request = TextGenerationRequest(prompt="Say this is a test")
60+
request = TextGenerationRequest(prompt="Generate numbers from 1 to 10")
6161

6262
start_time = time.perf_counter()
6363
result: TextGenerationResult = backend.submit(request=request)

0 commit comments

Comments
 (0)