import { run_process_gui } from '../templates/run-process-gui' run_process_gui({ hostname: '0.0.0.0', page_title: 'framerock examples | Run llama-cli GUI' }, '/home/user/llama.cpp/build/bin', [ './llama-cli', '-m', '/home/user/models/LFM2-350M-Q4_K_M.gguf', '-p', 'I believe the meaning of life is', '-no-cnv' ])