#ifndef MAIN_H
#define MAIN_H
#ifdef __cplusplus
extern "C" {
#endif
int generate(const char *model_path, const char *prompt);
}
#endif // MAIN_H