Code Monkey home page Code Monkey logo

vual / chatgpt-next-web-pro Goto Github PK

View Code? Open in Web Editor NEW
606.0 7.0 121.0 7.57 MB

基于chatgpt-next-web,增加了midjourney绘画功能,支持mj-plus的ai换脸和局部重绘,接入了stable-diffusion,支持oss,支持接入fastgpt知识库,支持dall-e-3、gpt-4-vision-preview、whisper、tts等多模态模型,支持gpt-4-all,支持GPTs商店。新增加了支持后台管理的版本,包括登录注册,平台模型apikey管理,套餐管理,消息保存等。

chatgpt-next-web midjourney stable-diffusion admin chatgpt login register annyun-ai dall-e-3 gpt-4-vision-preview

chatgpt-next-web-pro's People

Contributors

vual avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

chatgpt-next-web-pro's Issues

能否封装成Mac应用?

小白,无意间看到。感觉非常好,但不会用😅,请问有没有Mac的直接安装App版本?谢谢

社区版不支持claude模型吗

使用了registry.cn-hangzhou.aliyuncs.com/ann-chat/chatgpt-next-web-pro:3.7.14-ce镜像部署docker容器,命令大致如下

docker run -d --name claude --restart=always -p 0.0.0.0:10002:3000 -e OPENAI_API_KEY=sk-hAicG6b8742 -e CODE=8 -e BASE_URL="https://api.ge" -e ENABLE_BALANCE_QUERY="1" 
registry.cn-hangzhou.aliyuncs.com/ann-chat/chatgpt-next-web-pro:3.7.14-ce

只有下面的模型,没claude模型
image
但是在演示网站中有claude模型
image


另外,还有交流群的链接吗,readme的微信二维码过期了

考虑回复消息附加模型提示吗

如图,我在原nextweb里做了小小的改动,增加了回复消息的模型标注
(因为时不时会切换模型,所以喜欢标注每条消息分别是哪个模型回复的)

image

改动也很小,只需要修改 app/components/chat.tsx 里的这个div:

                  <div className={styles["chat-message-action-date"]}>
                    {isContext
                      ? Locale.Chat.IsContext
                      : `${message.date.toLocaleString()}${
                        message.model ? ` - Model: ${message.model}` : ''
                      }`}
                  </div>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.