Replies: 1 comment 1 reply
-
out rn, would love a pr |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
need these lines
#instructor.from_openai() <-- comment out
client = instructor.from_openai(OpenAI())
instructions = Instructions(
name="three_digit_multiply",
finetune_format="messages",
include_code_body=True,
log_handlers=[
logging.FileHandler("math_finetunes.jsonl"),
],
openai_client=client, <--- add this!
)
Beta Was this translation helpful? Give feedback.
All reactions