This commit is contained in:
0xMRTT 2023-06-17 15:25:10 +02:00
parent 8dfaf98de8
commit e3201bea2f
Signed by: 0xMRTT
GPG Key ID: 910B287304120902

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>> {