7 lines
84 B
Python
7 lines
84 B
Python
import instructor
|
|
|
|
models = ["gpt-4.1-mini"]
|
|
modes = [
|
|
instructor.Mode.TOOLS,
|
|
]
|