pub async fn ollama_generate_async( system: String, prompt: String, ) -> Result<OllamaGenerateResult, String>