Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anse-app/anse
Supercharged experience for multiple models such as ChatGPT, DALL-E and Stable Diffusion.
https://github.com/anse-app/anse
azure-openai chatgpt dall-e google-gemini gpt-3 gpt-35-turbo gpt-4 openai stable-diffusion
Last synced: 8 days ago
JSON representation
Supercharged experience for multiple models such as ChatGPT, DALL-E and Stable Diffusion.
- Host: GitHub
- URL: https://github.com/anse-app/anse
- Owner: anse-app
- License: mit
- Created: 2023-04-26T19:03:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-30T09:24:20.000Z (8 months ago)
- Last Synced: 2024-11-29T20:02:52.286Z (22 days ago)
- Topics: azure-openai, chatgpt, dall-e, google-gemini, gpt-3, gpt-35-turbo, gpt-4, openai, stable-diffusion
- Language: TypeScript
- Homepage: https://anse.app
- Size: 1.08 MB
- Stars: 1,867
- Watchers: 17
- Forks: 433
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-privacy-front-ends - Anse - Supercharged experience for multiple models such as ChatGPT, DALL-E and Stable Diffusion. `TypeScript/MIT`. (List / ChatGPT)
- awesome-chatgpt - Anse - Alternative ChatGPT web UI. (Web apps / Hosted and self-hosted)
- awesome-ChatGPT-repositories - anse - Supercharged experience for ChatGPT, DALL-E and Stable Diffusion. (Openai)
- awesome-gpt4 - Anse - Supercharged experience for ChatGPT, DALL-E, and Stable Diffusion. (Tools / Open-source projects)
- awesome-starz - anse-app/anse - Supercharged experience for multiple models such as ChatGPT, DALL-E and Stable Diffusion. (TypeScript)
- awesome-chatgpt - Anse - Alternative ChatGPT web UI. (Web apps / Hosted and self-hosted)
- awesome-chatgpt - anse-app/anse - Supercharged experience for ChatGPT, DALL-E and Stable Diffusion. (UIs / Web applications)
- jimsghstars - anse-app/anse - Supercharged experience for multiple models such as ChatGPT, DALL-E and Stable Diffusion. (TypeScript)
- awesome-homelab - Anse - app/anse?style=flat) ![Anse](https://img.shields.io/github/languages/top/anse-app/anse?style=flat) | Supercharged experience for multiple models such as ChatGPT, DALL-E and Stable Diffusion. | (Apps / AI)
README
![Banner](https://user-images.githubusercontent.com/1998168/235366625-e615e68d-592c-4f18-9c9f-1e5cd1778557.png)
# Anse
English | [简体中文](./README.zh-CN.md) | [日本語](./README_JA-JP.md)
Anse is a fully optimized UI for AI Chats.
- 🍿 **Live preview**: https://anse.app
- 📖 **Documentation**: https://docs.anse.app
- ✨ **Release Notes**: https://github.com/anse-app/anse/releases## Features
- **🚀 Powerful Plugin System** - Powered by `Provider plugin` , easy to extend AI platforms such as [OpenAI](https://openai.com/), [Replicate](https://replicate.com/), and also supports custom model parameters.
- **💬 Session Record Saving** - We use `IndexDB` to store local data, it will not be uploaded to the server, security issues are guaranteed.
- **🎉 Multiple Session Modes** - Provides different conversations modes,support `Single Conversation`, `Continuous Conversation`, `OpenAI Image Generation`、`Stable Diffusion` and more.
- **💎 Improved UI Experience** - We have refactored the website UI for the previous version, optimized a lot of details, and also adapted to `mobile end` and `dark mode`.
- **🌈 One-Click Deployment** - Support one-click deployment, abandoned use environment variables, you can refer to our documentation to deploy the website to [Vercel](https://vercel.com/), [Netlify](https://www.netlify.com/), `Docker`, `Node` and other platforms.## Running Locally
### Pre environment
1. **Node**: Check that both your development environment and deployment environment are using `Node v18` or later. You can use [nvm](https://github.com/nvm-sh/nvm) to manage multiple `node` versions locally。
```bash
node -v
```
2. **PNPM**: We recommend using [pnpm](https://pnpm.io/) to manage dependencies. If you have never installed pnpm, you can install it with the following command:
```bash
npm i -g pnpm
```
3. **OPENAI_API_KEY**: Before running this application, you need to obtain the API key from OpenAI. You can register the API key at [https://beta.openai.com/signup](https://beta.openai.com/signup).### Getting Started
1. Install dependencies
```bash
pnpm install
```
2. Run the application, the local project runs on `http://localhost:3000/`
```bash
pnpm run dev
```
3. Add your [OpenAI API key](https://platform.openai.com/account/api-keys) to the settings panel, then enjoy it!## How to deploy
For more details, please refer to this document: https://docs.anse.app/self-deploy## Enable Automatic Updates
After forking the project, you need to manually enable Workflows and Upstream Sync Action on the Actions page of the forked project. Once enabled, automatic updates will be scheduled every day:
![](https://cdn.jsdelivr.net/gh/yzh990918/static@master/20230518/image.2omctdf8bbk0.webp)
## Frequently Asked QuestionsQ: TypeError: fetch failed (can't connect to OpenAI Api)
A: Reference: https://github.com/anse-app/chatgpt-demo/issues/34
Q: throw new TypeError(`${context}` is not a ReadableStream.)
A: The Node version needs to be `v18` or later,reference: https://github.com/anse-app/chatgpt-demo/issues/65
Q: Accelerate domestic access without the need for proxy deployment tutorial?
A: You can refer to this tutorial: https://github.com/anse-app/chatgpt-demo/discussions/270
## Contributing
This project exists thanks to all those who contributed.
Thank you to all our supporters!🙏
[![img](https://contrib.rocks/image?repo=anse-app/anse)](https://github.com/anse-app/anse/graphs/contributors)
## License
MIT © [ddiu8081](https://github.com/anse-app/anse/blob/main/LICENSE)