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