5 lines
136 B
Python
5 lines
136 B
Python
|
|
import instructor
|
||
|
|
|
||
|
|
models: list[str] = ["palmyra-x4", "palmyra-x5"]
|
||
|
|
modes = [instructor.Mode.WRITER_TOOLS, instructor.Mode.WRITER_JSON]
|