gpt_next
gpt_next copied to clipboard
GPT_NEXT is an AI chat tool (OpenAI + Groq).
GPT Next
GPT Next is an AI chat tool that enables users to have conversations with an AI. The application is built using Vue.js as the frontend framework and utilizes IndexedDB as the database to guarantee the privacy and security of the session.
大陆地区使用说明
说明
不建议使用频繁更换地区的🪜去直接访问API,这会增加封号的几率,推荐使用境外服务器代理OpenAI来使用。
免代理API接口:
设置其为GPTNext中的BaseURL就可以实现免代理访问API接口
- OpenAI API: https://openai.gptnext.chat/v1/
- Groq API: https://groq.gptnext.chat/openai/v1/
Features Screenshots 📷
Draw Image Mode | Function Calling |
---|---|
![]() |
![]() |
Text to Speech | Multimedia Input Box |
---|---|
![]() |
![]() |
Features 🚀
- ⚔Session Records Saving → The application uses IndexedDB as the database to guarantee the privacy and security of the session. All session records are saved and can be accessed later.
- 🔗Persistent Session Mode → This feature enables the AI to remember the context of the conversation and provide more accurate answers.
- 🤹♀️Multiple Roles → A variety of chat roles are built-in to make AI's answers more accurate.
- 👏Readability → Messages can be made playable by utilizing Microsoft's Speech Services.
How to deploy 🎯
To run this project, follow these steps:
-
Clone this repository to your local machine.
-
Install all the necessary dependencies by running pnpm install in the command line.
Use Docker to launch the application by following these steps:
- Pull the repository (main branch).
- Run docker build -t gpt_next:latest .
- Run docker run -d -p 1003:8080 --name gpt_next --restart=always gpt_next:latest
- Enjoy!
Alternatively, you can run the application using source code by following these steps:
- Pull the repository (main branch).
- Run pnpm install.
- Run pnpm dev.
- Enjoy!
🚧 Features List
- [x] Session records saving
- [x] Persistent session mode
- [x] Multiple roles
- [x] Support image generation
- [x] Support for editing conversations
- [x] Support Function Calling
- [x] Support OpenAI Vision API (Preview)
- [x] Support OpenAI Text to Speech (TTS) API
🐞 Bug List
THANKS
Star History
FOSSA Status
LICENSE
MIT © Leo Cao