This commit is contained in:
2023-06-17 15:25:10 +02:00
parent 8dfaf98de8
commit e3201bea2f

View File

@@ -1,4 +1,6 @@
use crate::ask;
extern crate baichat_rs;
use baichat_rs::ask;
#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {