Anonymous
11/9/2025, 11:24:54 PM
No.107156988
>>107156800
Are you using this to fine-tune?
https://github.com/OpenPipe/ART
Unsloth brothers mention it on their site.
Anyway, it's my first day with AI agents. I checked this video, and I could make his code run
https://www.youtube.com/watch?v=i5kwX7jeWL8
Then I went on trying different models via Openrouter API.
anthropic/claude-haiku-4.5 worked like a charm:
1. it was aware which tools were at its disposal
2. it could list them with their input params and descriptions
3. If followed the system prompt, where I said to reply with just a number when a tool was being used
gemma3-27b refused to see "calculate_square_root()" function when asked to list the tools etc. Other model did not follow the system prompt, and added chatter to the response instead of just a number.
Obviously, I will need an open source model
Are you using this to fine-tune?
https://github.com/OpenPipe/ART
Unsloth brothers mention it on their site.
Anyway, it's my first day with AI agents. I checked this video, and I could make his code run
https://www.youtube.com/watch?v=i5kwX7jeWL8
Then I went on trying different models via Openrouter API.
anthropic/claude-haiku-4.5 worked like a charm:
1. it was aware which tools were at its disposal
2. it could list them with their input params and descriptions
3. If followed the system prompt, where I said to reply with just a number when a tool was being used
gemma3-27b refused to see "calculate_square_root()" function when asked to list the tools etc. Other model did not follow the system prompt, and added chatter to the response instead of just a number.
Obviously, I will need an open source model