Web app:
Brand new Models: Models like GPT-4o, gpt-4o-mini, o1, o1-mini
🤖 Anthropic Support: Support for Claude 3.5 and other models as well!
🤖 NEW! Google Gemini Support: Now includes support for Gemini models!
🤖 NEW! Deepseek Support: Now includes support for Deepseek models!
🤖 NEW! Alibaba Qwen Support: Now includes support for Qwen models!
🤖 NEW! xAI Grok Support: Now includes support for Grok models!
This is a single page application there is no server between your browser and the model APIs. The app is just downloaded and cached by your browser and you communicate directly with the API.
- First, open a terminal and navigate to the project directory.
- Run the command
npm install
to install all frontend packages. - Once the installation is complete, run
npm start
. - This will start a web service accessible via http://localhost:4200/.
- Start coding changes to the project using your local setup.
- Once the improvements have been made, run
npm run build
. This will generate new files in thedist
folder which are hosted on our demo page. - Create a pull request which includes the updated
dist
folder.
- Open following: https://github.com/UnknownEnergy/chatgpt-api/issues
- Create a new issue and decribe it as clear as possible. Screenshots can also help a lot. Thanks
- Make sure everything is pushed to master.
- Run
npm run deploy
to deploy it to production server. - Check out https://chatworm.com/
- Open https://www.pwabuilder.com/reportcard?site=https://chatworm.com
- Release on the stores
- Run to update to latest versions:
npx npm-check-updates -u
npm install --force
This project is licensed under the MIT License.