0] // ); // $out= LlamaCli_raw( // file_get_contents(__DIR__."/test_input_data_01.american-foreign-policy.short-text.txt") // ."\nl", // "You are a spanish translator that translates things from english.", // ["debug_level"=>0] // ); $out= LlamaCli_raw( file_get_contents(__DIR__."/private_test_data.txt") ."\nl", "You are a legal assistant counting the total number of times ( and dates) the father (Frederico) visited his children (Matilda and Sebastian) living with Elina.", [ "debug_level"=>2, "context_size"=>8192 ] ); print_r($out);