aigc/
lib.rs

1#[allow(dead_code)]
2fn hello_chatgpt() {
3    println!("Hello, Welcome to use chatgpt rust sdk!");
4}