Skip to content

laonger/chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatbot

chat with ChatGPT, surport 10 conversation contexts.

Run server:

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"

OR Deploy to Railway By One Click:

Deploy on Railway

run client demo:

cargo run --bin client 127.0.0.1 10240

or use nc:

nc 127.0.0.1 10240

and input what you want to ask.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published