Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Supercharged experience for multiple models such as ChatGPT, DALL-E and Stable Diffusion.

License

NotificationsYou must be signed in to change notification settings

anse-app/anse

Repository files navigation

Banner

Anse

English |简体中文 |日本語

Anse is a fully optimized UI for AI Chats.

Features

  • 🚀 Powerful Plugin System - Powered byProvider plugin , easy to extend AI platforms such asOpenAI,Replicate, and also supports custom model parameters.
  • 💬 Session Record Saving - We useIndexDB to store local data, it will not be uploaded to the server, security issues are guaranteed.
  • 🎉 Multiple Session Modes - Provides different conversations modes,supportSingle Conversation,Continuous Conversation,OpenAI Image GenerationStable Diffusion and more.
  • 💎 Improved UI Experience - We have refactored the website UI for the previous version, optimized a lot of details, and also adapted tomobile end anddark mode.
  • 🌈 One-Click Deployment - Support one-click deployment, abandoned use environment variables, you can refer to our documentation to deploy the website toVercel,Netlify,Docker,Node and other platforms.

Running Locally

Pre environment

  1. Node: Check that both your development environment and deployment environment are usingNode v18 or later. You can usenvm to manage multiplenode versions locally。
     node -v
  2. PNPM: We recommend usingpnpm to manage dependencies. If you have never installed pnpm, you can install it with the following command:
     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 athttps://beta.openai.com/signup.

Getting Started

  1. Install dependencies
     pnpm install
  2. Run the application, the local project runs onhttp://localhost:3000/
     pnpm run dev
  3. Add yourOpenAI API key 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:

Frequently Asked Questions

Q: TypeError: fetch failed (can't connect to OpenAI Api)

A: Reference:anse-app/chatgpt-demo#34

Q: throw new TypeError(${context} is not a ReadableStream.)

A: The Node version needs to bev18 or later,reference:anse-app/chatgpt-demo#65

Q: Accelerate domestic access without the need for proxy deployment tutorial?

A: You can refer to this tutorial:anse-app/chatgpt-demo#270

Contributing

This project exists thanks to all those who contributed.

Thank you to all our supporters!🙏

img

License

MIT ©ddiu8081


[8]ページ先頭

©2009-2026 Movatter.jp