gpt-web is a browser interface built with svelte and gin-gonic that allows you to interact with the OpenAI ChatGPT API.
gpt_web-darwin-arm64.tar.gz
..env.example
file. add your own OpenAI API Key) and save it as .env
.[email protected]:sleep2death/gpt-web.git
.gpt-web
directory..env.example
file. add your own OpenAI API Key) and save it as .env
.make dev
. If you don't have GNU Make installed, you can run the following commands instead:yarn --cwd ./web && yarn --cwd ./web build
go run cmd/main.go
docker run -itd --name gpt-web -e GPTW_KEY=YOUR_OPENAI_KEY -p 8081:8081 aspirin2d/gpt-web
docker run -itd --name gpt-web -e GPTW_KEY=YOUR_OPENAI_KEY -p 8081:8081 --add-host=host.docker.internal:host-gateway -e GPTW_PROXY=http://host.docker.internal:7890 aspirin2d/gpt-web