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