Skip to content

Latest commit

 

History

History
105 lines (85 loc) · 4.63 KB

README_EN.md

File metadata and controls

105 lines (85 loc) · 4.63 KB

🌻 ChatAny

中文 | English

One-click to own your own ChatGPT + many AI aggregation web service (based on ChatGPT-Next-Web development)

QQ Exchange Group | 💥PRO VERSION

WordPress+ChatGPT support

Main interface

Function support

🍭 PRO version supports more powerful functions:

  • Servers with a minimum of 1C1G can run smoothly
  • Baota's extremely fast visual deployment and easy-to-understand configuration
  • The site is fully adaptive and supports PC, tablet, and mobile phones
  • Low memory usage, Golang development native high concurrency support
  • Contains many AI modules such as AI dialogue, AI painting, AI music, AI video, AI generated PPT, PDF parsing dialogue, AI application support, etc.
  • Has a very complete operating mechanism, including but not limited to package system, redemption code system, invitation rewards, sign-in benefits, promotion rebates, etc.
  • 🫱 Click me to learn and experience the PRO version immediately

Already supported

  • All functions of the original ChatGPT-Next-Web
  • StabilityAI
    • Support for Stable Image Ultra
    • Support for Stable Image Core
    • Support for Stable Diffusion 3
  • Midjourney (unofficial)
    • Midjourney Imgine Upscale Variation Zoom Vary Pan Reroll Describe Blend and many other operations, perfectly supporting any operation after Midjourney image generation
    • Midjourney region redrawing (Vary Region) support
    • Midjourney reference image
    • Drawing progress percentage, real-time image display

MidjourneyAPI description

The Midjourney-related API interface of this project uses the following open source projects or similar projects to provide API generation capability support. Before using this project, you need to build this service yourself, or use the API of a third-party transit platform.

Open Source Midjourney-Proxy

Parameter Description

MJ_PROXY_URL

MJ Proxy API link address

MJ_PROXY_KEY

MJ Proxy API key

CODE

(Optional) Set the access password on the page

...Other parameters

Same as ChatGPT-Next-Web

Deployment

Docker

docker run -d -p 3000:3000 \
-e OPENAI_API_KEY="sk-xxx" \
-e BASE_URL="https://api.openai.com" \
-e MJ_PROXY_URL="" \
-e MJ_PROXY_KEY="" \ licoy/chatany:latest

Vercel

Deploy with Vercel

Railway

Deploy on Railway

Sealos

Manual deployment

  • Clone this project to local
  • Install dependencies
npm install
npm run build
npm run start // #Or start in development mode: npm run dev

Use

Create a painting

After deployment, click the painting in the upper left corner and select the painting model you need to use to enter: step-1

Screenshots

Midjourney generates the main interface

step-1

Midjourney Vary Region

step-1

StabilityAI generates the main interface

step-1

Custom configuration interface

step-1

More features

Waiting for you to discover

Third-party transfer API

The following is a third-party transfer API. This project does not provide any guarantee. Please choose to use it by yourself. If you encounter any questions, please contact the corresponding platform customer service.

GPTNB transfer API

VMAN transfer API

Open source agreement

MIT