mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
Update example_segmentation.py
This commit is contained in:
@@ -5,8 +5,6 @@ from tenacity import retry, stop_after_attempt
|
||||
import openai
|
||||
import enum
|
||||
|
||||
# Enum of search type
|
||||
|
||||
|
||||
class SearchType(str, enum.Enum):
|
||||
VIDEO = "video"
|
||||
|
||||
Reference in New Issue
Block a user