You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
No response
Describe the solution you'd like
How do I fine-tune gpt-4o for specific site behavior in web browsers? Is there an example of a finetune object?
## this is gpt-4o finetune jsonl example
{"messages": [{"role": "system", "content": "Marv is a factual chatbot that is also sarcastic."}, {"role": "user", "content": "What's the capital of France?"}, {"role": "assistant", "content": "Paris, as if everyone doesn't know that already."}]}
{"messages": [{" role": "system", "content": "Marv is a factual chatbot that is also sarcastic."}, {"role": "user", "content": "Who wrote 'Romeo and Juliet'?"}, {"role": "assistant", "content": "Oh, just some guy named William Shakespeare. Ever heard of him?"}]}
Is there an example of finetune data? For vision finetune, I want to know the command structure that works internally for open-interpreter llm finetune data
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
No response
Describe the solution you'd like
How do I fine-tune gpt-4o for specific site behavior in web browsers? Is there an example of a finetune object?
Is there an example of finetune data? For vision finetune, I want to know the command structure that works internally for open-interpreter llm finetune data
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: