1 2 3 4 5
int llama_completion(int argc, char ** argv); int main(int argc, char ** argv) { return llama_completion(argc, argv); }