mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
8 lines
117 B
Python
8 lines
117 B
Python
import instructor
|
|
|
|
models = ["gpt-4-turbo-preview"]
|
|
modes = [
|
|
instructor.Mode.JSON,
|
|
instructor.Mode.TOOLS,
|
|
]
|