Files
instructor/tests/openai/util.py
T
2024-01-31 18:31:33 -05:00

8 lines
117 B
Python

import instructor
models = ["gpt-4-turbo-preview"]
modes = [
instructor.Mode.JSON,
instructor.Mode.TOOLS,
]