chat with ChatGPT, surport 10 conversation contexts.
export PORT=10240 // default is 7878
export OPENAI_API_KEY=xxxxxxx
cargo run --bin server // you can also "cargo build" and run "target/release/server"
cargo run --bin client 127.0.0.1 10240
nc 127.0.0.1 10240
and input what you want to ask.