5 ms·
Could you clarify what parts you use llama and which you use gpt4 on?
by dmarchand90 2y ago
Could you clarify what parts you use llama and which you use gpt4 on?
- kiviuq 2y agoI 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... )