fix: make ask pub
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use ratmom::{prelude::*, Request};
|
||||
|
||||
async fn ask(prompt: String) -> Result<String, Box<dyn std::error::Error>> {
|
||||
pub async fn ask(prompt: String) -> Result<String, Box<dyn std::error::Error>> {
|
||||
|
||||
let mut body = String::new();
|
||||
body.push_str(r#"{
|
||||
|
Reference in New Issue
Block a user