top | item 40153846

(no title)

dmarchand90 | 1 year ago

Could you clarify what parts you use llama and which you use gpt4 on?

discuss

order

kiviuq|1 year ago

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... )