Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro Parfeniuk authored and parfeniukink committed Jul 12, 2024
1 parent f87cc9e commit ced437f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/backend/test_openai_backend_submit.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_openai_submit_request(
),
)
backend: OpenAIBackend = openai_backend_factory()
request = TextGenerationRequest(prompt="Say this is a test")
request = TextGenerationRequest(prompt="Generate numbers from 1 to 10")

start_time = time.perf_counter()
result: TextGenerationResult = backend.submit(request=request)
Expand Down

0 comments on commit ced437f

Please sign in to comment.