Files
AI/참고/instructor-main/tests/llm/test_writer/util.py

5 lines
136 B
Python
Raw Normal View History

2026-05-12 19:40:31 +09:00
import instructor
models: list[str] = ["palmyra-x4", "palmyra-x5"]
modes = [instructor.Mode.WRITER_TOOLS, instructor.Mode.WRITER_JSON]