pnpm tauri dev
# run backend
cargo run --bin server
# start frontend dev
pnpm dev
Your openai api key.
socks / https / http proxy server if you have problem to access OpenAI api server directly. e.g.
socks5://myusername:mypassword@localhost:1080
https://github.com/transitive-bullshit/chatgpt-api#reverse-proxy
Key used to access your web
Use gpt-3.5-turbo
by default
Timeout of OpenAI api request
pnpm tauri ios dev
- The initial frontend code was copied from Chanzhaoyu/chatgpt-web
- Inspired by Awesome ChatGPT Prompts and lencx/ChatGPT