Skip to content

Commit

Permalink
test_e2e_batches_files
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Dec 29, 2024
1 parent ed1e3e9 commit ea8f091
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/my-website/release_notes/v1.56.4/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
import Image from '@theme/IdealImage';

## New Features

## Admin UI

- `Test Key` Tab displays `model` used in response

- `Test Key` Tab renders content in `.md`, `.py` (any code/markdown format)


## Dependency Upgrades

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ def test_e2e_batches_files(custom_llm_provider):
)

if custom_llm_provider == "azure":
# azure takes very long to complete a batch - randomly pick a completed batch
batch_id = get_any_completed_batch_id_azure()
# azure takes very long to complete a batch
return
else:
await_batch_completion(
batch_id=batch_id, custom_llm_provider=custom_llm_provider
Expand Down

0 comments on commit ea8f091

Please sign in to comment.