Skip to content

Commit e6b4463

Browse files
author
Adrian Chang
committed
Do not create llm
1 parent 01aef72 commit e6b4463

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libs/labelbox/tests/integration/test_project.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,9 @@ def test_media_type(client, project: Project, rand_gen):
244244
for media_type in MediaType.get_supported_members():
245245
# Exclude LLM media types for now, as they are not supported
246246
if MediaType[media_type] in [
247-
MediaType.LLMPromptCreation, MediaType.LLMPromptResponseCreation
247+
MediaType.LLMPromptCreation,
248+
MediaType.LLMPromptResponseCreation,
249+
MediaType.LLM
248250
]:
249251
continue
250252

0 commit comments

Comments
 (0)