ryanhex53 / chatgpt-web

ChatGPT web interface using the OpenAI API

Home Page:https://niek.github.io/chatgpt-web/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatGPT-web

GitHub Workflow Status JavaScript Style Guide GitHub All Contributors

URL: https://niek.github.io/chatgpt-web/

Screenshot of ChatGPT-web

ChatGPT-web is a simple one-page web interface to the OpenAI ChatGPT API. To use it, you need to register for an OpenAI API key first. All messages are stored in your browser's local storage, so everything is private. You can also close the browser tab and come back later to continue the conversation.

Why?

Why not use the official ChatGPT interface? Becauce ChatGPT-web will allow more customization, and since it uses the commercial OpenAI API it should be more reliable. It's also much cheaper than ChatGPT Plus - at $20 per month, you would need to use 10 million tokens on the OpenAI API for this to break even. Finally, since ChatGPT-web is open source, so you can host it yourself and make changes as you want.

Development

To run the development server, run

npm ci
npm run dev # or: npm run build

Use with Docker compose

docker compose up -d

Desktop app

You can also use ChatGPT-web as a desktop app. To do so, install Rust first. Then, simply run npm run tauri dev for the development version or npm run tauri build for the production version of the desktop app. The desktop app will be built in the src-tauri/target folder.

Contributors

Michael Tanzer
Michael Tanzer

πŸ€” πŸ’»
Peter
Peter

πŸ€”
Dan Brown
Dan Brown

πŸ€” πŸ’»
littlemoonstones
littlemoonstones

πŸ’» πŸ€”
maxrye1996
maxrye1996

πŸ›
Mikemansour
Mikemansour

πŸ€”
abc91199
abc91199

πŸ€”
fuegovic
fuegovic

πŸ€”
Sixzeroo
Sixzeroo

πŸ’»
terryoy
terryoy

πŸ€” πŸ’»
Yang Lyu
Yang Lyu

πŸ›
ryanhex53
ryanhex53

πŸ’» 🎨

About

ChatGPT web interface using the OpenAI API

https://niek.github.io/chatgpt-web/

License:GNU General Public License v3.0


Languages

Language:Svelte 85.4%Language:SCSS 5.6%Language:JavaScript 3.8%Language:TypeScript 2.9%Language:HTML 1.3%Language:Rust 0.8%Language:Dockerfile 0.3%