7 lines
115 B
Python
7 lines
115 B
Python
|
|
import instructor
|
||
|
|
|
||
|
|
models = ["anthropic/claude-3-haiku-20240307"]
|
||
|
|
modes = [
|
||
|
|
instructor.Mode.ANTHROPIC_TOOLS,
|
||
|
|
]
|