An open API service indexing awesome lists of open source software.

https://github.com/kylebuildsstuff/aichatbestie

ChatGPT API wrapper
https://github.com/kylebuildsstuff/aichatbestie

artificial-intelligence chatgpt chatgpt-api hasura hasura-graphql-engine localstorage nhost self-hosted svelte sveltekit webapp

Last synced: 3 days ago
JSON representation

ChatGPT API wrapper

Awesome Lists containing this project

README

        

# AI Chat Bestie

AI Chat Bestie is an unofficial ChatGPT app.

By connecting directly to the API it can provide faster responses, a more customizable UI, and many more features and integrations.

Hosted version available at https://stately-axolotl-af08c8.netlify.app/.

## Features

- Faster response times
- Searchable chat history
- Customizable system message
- Prompt library
- Regenerate messages
- Bring your own key
- Chat forking
- Exporting chat histories
- GPT Model picker

## Self-hosting

The app uses `sveltekit`, can run directly in the terminal with `npm run dev`, or can be deployed to `netlify` or `vercel` for free.

## Terminals

1. Sveltekit - `npm run dev`

## Development scripts

- `npm run dev` runs sveltekit server

- `npm run check` syncs `.env` variables

## Deployment checklist

- Update environment variables (netlify)
- Push production branch `netlify-production`

## License

AI Chat Bestie is licensed under the MIT license. See the LICENSE file for more information.