Hacker News new | ask | show | jobs
by dmarchand90 781 days ago
Could you clarify what parts you use llama and which you use gpt4 on?
1 comments

I use llama for anything that falls under an NDA clause, e.g. data by which the client could be identified. Like asking it analyze existing code/algorithms, to document functions or parse data is done only locally.

if the local model got stuck I try to abstract the problem and present gpt with the general case (e.g. given 2 columns A,B, find... )