Files
AI/참고/instructor-main/tests/llm/test_anthropic/util.py
2026-05-12 19:40:31 +09:00

7 lines
115 B
Python

import instructor
models = ["anthropic/claude-3-haiku-20240307"]
modes = [
instructor.Mode.ANTHROPIC_TOOLS,
]