Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Chatbot UI for ChatGPT

Chatbot UI for ChatGPT

Scheduled Pinned Locked Moved App Wishlist
38 Posts 7 Posters 6.1k Views 8 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • marcusquinnM marcusquinn

    I kid you not, the output above was verbatim.

    If you did not know that it was 100% GPT generated, would you have known?

    Could a developer have described the process any better?

    I think the utility for both learning and doing is clear. Let's get it on!

    timconsidineT Offline
    timconsidineT Offline
    timconsidine
    App Dev
    wrote on last edited by
    #24

    @marcusquinn said in Chatbot UI for ChatGPT:

    I think the utility for both learning and doing is clear.

    Absolutely.

    Although to be balanced, I tried it with some apps on the wishlist (huginn, OhMyForm, Form.io) and it didn't perform so well.
    They didn't build well, required some hacking and even so didn't succeed.
    I did not persevere as I was mostly exploring, rather than a serious attempt to package them.

    Nevertheless, it is well worth pursuing.
    Maybe a refinement of the super prompt will overcome the issues.

    marcusquinnM 1 Reply Last reply
    4
    • timconsidineT timconsidine

      @marcusquinn said in Chatbot UI for ChatGPT:

      I think the utility for both learning and doing is clear.

      Absolutely.

      Although to be balanced, I tried it with some apps on the wishlist (huginn, OhMyForm, Form.io) and it didn't perform so well.
      They didn't build well, required some hacking and even so didn't succeed.
      I did not persevere as I was mostly exploring, rather than a serious attempt to package them.

      Nevertheless, it is well worth pursuing.
      Maybe a refinement of the super prompt will overcome the issues.

      marcusquinnM Offline
      marcusquinnM Offline
      marcusquinn
      wrote on last edited by
      #25

      @timconsidine Cool thing about GPT is you can discuss these things with it directly. Give it a prompt, tell it any flaws in the outcomes and ask it for suggestions on improvements to the prompt.

      GPT is a pretty good support partner for GPT 🙂

      Web Design https://www.evergreen.je
      Development https://brandlight.org
      Life https://marcusquinn.com

      1 Reply Last reply
      4
      • marcusquinnM Offline
        marcusquinnM Offline
        marcusquinn
        wrote on last edited by
        #26

        https://twitter.com/mckaywrigley/status/1643426188776587264

        e12979f0-9bd7-4b25-8245-ea52ed7b7169-image.png

        Web Design https://www.evergreen.je
        Development https://brandlight.org
        Life https://marcusquinn.com

        1 Reply Last reply
        0
        • marcusquinnM Offline
          marcusquinnM Offline
          marcusquinn
          wrote on last edited by marcusquinn
          #27

          https://twitter.com/mckaywrigley/status/1643289754031751168

          4549b729-b5dc-469f-ac1f-5a9a54ce63de-image.png

          Web Design https://www.evergreen.je
          Development https://brandlight.org
          Life https://marcusquinn.com

          1 Reply Last reply
          2
          • marcusquinnM marcusquinn
            • https://github.com/mckaywrigley/chatbot-ui
            • https://twitter.com/mckaywrigley/status/1640380021423603713

            Chatbot UI is an advanced chatbot kit for OpenAI's chat models built on top of Chatbot UI Lite using Next.js, TypeScript, and Tailwind CSS.

            The latest feature to save your prompt templates is useful.

            4ef396f9-bcb7-4999-a103-f75bb0b353e2-image.png

            Open-source community has been on fire since GPT went mainstream. 🥳 only just begun!

            timconsidineT Offline
            timconsidineT Offline
            timconsidine
            App Dev
            wrote on last edited by
            #28

            @marcusquinn and anyone else interested :
            I have self-packaged Chatbot-UI for cloudron.

            Available here : https://git.cloudron.io/timconsidine/chatgpt-ui

            Hope it can be a base for @staff to make any changes needed for inclusion in AppStore.

            timconsidineT 1 Reply Last reply
            4
            • timconsidineT timconsidine

              @marcusquinn and anyone else interested :
              I have self-packaged Chatbot-UI for cloudron.

              Available here : https://git.cloudron.io/timconsidine/chatgpt-ui

              Hope it can be a base for @staff to make any changes needed for inclusion in AppStore.

              timconsidineT Offline
              timconsidineT Offline
              timconsidine
              App Dev
              wrote on last edited by
              #29

              oh dear

              my custom package is currently broken due to upstream changes writing log files to /root/....
              seeking to fix

              timconsidineT 1 Reply Last reply
              1
              • timconsidineT timconsidine

                oh dear

                my custom package is currently broken due to upstream changes writing log files to /root/....
                seeking to fix

                timconsidineT Offline
                timconsidineT Offline
                timconsidine
                App Dev
                wrote on last edited by timconsidine
                #30

                Deployed a fix to the custom package : https://git.cloudron.io/timconsidine/chatgpt-ui
                Not the best approach, I'm sure.
                But a quick fix.

                The standard start command npm start will attempt to create log files under /root/_npm
                This breaks the app when it is installed to the conventional location of /app/code because it is a read-only file tree.
                Therefore THIS package installs to a read-write location of /app/data
                Installing to /app/code and using a modified log file location npm start --log-file /app/data does not seem to work.
                Hence the cheat.
                Maybe you know how to resolve this.
                In the interim, it runs from /app/data - sorry.
                
                1 Reply Last reply
                3
                • marcusquinnM marcusquinn referenced this topic on
                • marcusquinnM Offline
                  marcusquinnM Offline
                  marcusquinn
                  wrote on last edited by
                  #31

                  Looks like he's prepping a v2 release:

                  • https://twitter.com/mckaywrigley/status/1684346187426721793

                  1a7a1c8f-a6c9-44f7-91cc-0993541bea29-image.png

                  V1

                  5bf456d7-f78c-4e88-9eed-a8d98e791b75-image.png

                  V2

                  3102cf3d-6b59-48bb-a143-6dc647920958-image.png

                  Including other APIs:

                  81c465c6-1ea4-4530-bece-23f0ec1d34f0-image.png

                  Web Design https://www.evergreen.je
                  Development https://brandlight.org
                  Life https://marcusquinn.com

                  1 Reply Last reply
                  3
                  • marcusquinnM marcusquinn referenced this topic on
                  • luckymL Offline
                    luckymL Offline
                    luckym
                    wrote on last edited by
                    #32

                    I just checked up on this project on Github and even though I couldn't find an official statement from the maintainer, two things point towards it being abandoned.

                    1. There has only been one commit since April 2023, which only updated the readme to
                    2. Make visitors aware that "Chatbot UI 2.0 is out as an updated, hosted product!"

                    There is a Github issue that contains a tweet from the maintainer that promises open sourcing "next week" but next week would have been mid August 2023 and so far nothing has happend.

                    robiR marcusquinnM 2 Replies Last reply
                    3
                    • luckymL luckym

                      I just checked up on this project on Github and even though I couldn't find an official statement from the maintainer, two things point towards it being abandoned.

                      1. There has only been one commit since April 2023, which only updated the readme to
                      2. Make visitors aware that "Chatbot UI 2.0 is out as an updated, hosted product!"

                      There is a Github issue that contains a tweet from the maintainer that promises open sourcing "next week" but next week would have been mid August 2023 and so far nothing has happend.

                      robiR Offline
                      robiR Offline
                      robi
                      wrote on last edited by
                      #33

                      @luckym often due to the intense competition or other factors, these projects are developed privately and only published to GH at certain milestones when ready.

                      Best to check with the dev more directly.

                      Conscious tech

                      L 1 Reply Last reply
                      2
                      • luckymL luckym

                        I just checked up on this project on Github and even though I couldn't find an official statement from the maintainer, two things point towards it being abandoned.

                        1. There has only been one commit since April 2023, which only updated the readme to
                        2. Make visitors aware that "Chatbot UI 2.0 is out as an updated, hosted product!"

                        There is a Github issue that contains a tweet from the maintainer that promises open sourcing "next week" but next week would have been mid August 2023 and so far nothing has happend.

                        marcusquinnM Offline
                        marcusquinnM Offline
                        marcusquinn
                        wrote on last edited by
                        #34

                        @luckym Yeah, I get the impression the dud's working on 10 things at once, so probably just ever-changing priorities. I guess that's the whole point of open-source, it's then there for anyone else to pickup with pull requests, or fork and evolve. v1 still working well for me, the saved prompts are handy. Also, Poe.com is worth a look.

                        Web Design https://www.evergreen.je
                        Development https://brandlight.org
                        Life https://marcusquinn.com

                        1 Reply Last reply
                        1
                        • robiR robi

                          @luckym often due to the intense competition or other factors, these projects are developed privately and only published to GH at certain milestones when ready.

                          Best to check with the dev more directly.

                          L Offline
                          L Offline
                          LoudLemur
                          wrote on last edited by
                          #35

                          @robi said in Chatbot UI for ChatGPT:

                          due to the intense competition

                          Please tell us a bit about this, @robi. I have never thought of open source projects being in much competition before, though I suppose there might be some friendly rivalry between distributions, for example. Also, what is the prize, to generate the intensity of the competition?

                          robiR marcusquinnM 2 Replies Last reply
                          0
                          • L LoudLemur

                            @robi said in Chatbot UI for ChatGPT:

                            due to the intense competition

                            Please tell us a bit about this, @robi. I have never thought of open source projects being in much competition before, though I suppose there might be some friendly rivalry between distributions, for example. Also, what is the prize, to generate the intensity of the competition?

                            robiR Offline
                            robiR Offline
                            robi
                            wrote on last edited by
                            #36

                            @LoudLemur it depends what the context is.. people take OSS code and repurpose it all the time, so when a hot segment is in play like AI tools, there can be a bit of exclusivity for gaining users or recognition before relevant code or paper is released.

                            Other times it's because the code is so bad, it's embarrassing and the author wants to clean it up before presenting it as functional and 'pretty'.

                            Then there's code and tools that have some proprietary bits, which need separating to be made to work independently, etc.

                            Conscious tech

                            1 Reply Last reply
                            1
                            • L LoudLemur

                              @robi said in Chatbot UI for ChatGPT:

                              due to the intense competition

                              Please tell us a bit about this, @robi. I have never thought of open source projects being in much competition before, though I suppose there might be some friendly rivalry between distributions, for example. Also, what is the prize, to generate the intensity of the competition?

                              marcusquinnM Offline
                              marcusquinnM Offline
                              marcusquinn
                              wrote on last edited by
                              #37

                              @LoudLemur Attention, credibility, and satisfying personal itches to solve for one's own needs, and everyone else needing similar — that's the nature of our social-proof driven online world, and damn lucky we are that those with the time, skill and goodwill have the motivations of inspiring through their seed creations.

                              Maybe time for you to get in Copilot X / Cursor / Tabnine, and see if you can use this AI to come up with your own improvements?

                              Web Design https://www.evergreen.je
                              Development https://brandlight.org
                              Life https://marcusquinn.com

                              1 Reply Last reply
                              2
                              • A Offline
                                A Offline
                                adisonverlice2
                                wrote on last edited by
                                #38

                                y'know, I would love to see AI chatbots on cloudron. if there are any. lol
                                it's been a while sense i've used cloudron.

                                remember, don't overlook security. be safe online

                                1 Reply Last reply
                                0
                                Reply
                                • Reply as topic
                                Log in to reply
                                • Oldest to Newest
                                • Newest to Oldest
                                • Most Votes


                                • Login

                                • Don't have an account? Register

                                • Login or register to search.
                                • First post
                                  Last post
                                0
                                • Categories
                                • Recent
                                • Tags
                                • Popular
                                • Bookmarks
                                • Search