ChatPad on Cloudron - ChatGPT Artificial Intelligence Interface
-
Alpaca LLaMA ChatGPT can go well with this.
https://github.com/antimatter15/alpaca.cpp
magnet:?xt=urn:btih:5AACEAEC63B03E51A98F04FD5C42320B2A033010
-
Worth a follow for self-hosting the whole LLM part, too:
wrote on Mar 22, 2023, 10:09 PM last edited by@marcusquinn I love you for this!
I hope Cloudron pounce on this and bring it to us ASAP!
-
Premium quality UI for ChatGPT
Web App & Desktop AppRecently, there has been a surge of UIs for ChatGPT, making it the new "to-do app" that everyone wants to try their hand at. Chatpad sets itself apart with a broader vision - to become the ultimate interface for ChatGPT users.
️ Free and open source
This app is provided for free and the source code is available on GitHub.Privacy focused
No tracking, no cookies, no bullshit. All your data is stored locally.Best experience
Crafted with love and care to provide the best experience possible.AGPL 3.0
https://chatpad.ai/
https://feedback.chatpad.ai/
There is a Dockerwrote on Mar 23, 2023, 6:07 PM last edited by@LoudLemur Come on, guys! After @marcusquinn's post here, this request should have a million upvotes!
-
@LoudLemur Come on, guys! After @marcusquinn's post here, this request should have a million upvotes!
wrote on Mar 23, 2023, 9:25 PM last edited by@LoudLemur Got another one for you:
I think we'll see a lot more. What an amazing time to be alive!
-
@LoudLemur Got another one for you:
I think we'll see a lot more. What an amazing time to be alive!
wrote on Mar 25, 2023, 5:09 PM last edited by@marcusquinn said in ChatPad on Cloudron - ChatGPT Artificial Intelligence Interface:
@LoudLemur Got another one for you:
I think we'll see a lot more. What an amazing time to be alive!
That one is fantastic! All credit to those researchers who on a tiny budget gave the world such incredible Free Software. Please upvote that request, if anybody is reading this.
-
Premium quality UI for ChatGPT
Web App & Desktop AppRecently, there has been a surge of UIs for ChatGPT, making it the new "to-do app" that everyone wants to try their hand at. Chatpad sets itself apart with a broader vision - to become the ultimate interface for ChatGPT users.
️ Free and open source
This app is provided for free and the source code is available on GitHub.Privacy focused
No tracking, no cookies, no bullshit. All your data is stored locally.Best experience
Crafted with love and care to provide the best experience possible.AGPL 3.0
https://chatpad.ai/
https://feedback.chatpad.ai/
There is a Docker@LoudLemur I noticed there is a Desktop version of the app.
Saves building a Cloudron app !
But will look at that. -
@LoudLemur I noticed there is a Desktop version of the app.
Saves building a Cloudron app !
But will look at that.wrote on Apr 23, 2023, 5:52 AM last edited by@timconsidine does it allow to connect to locally running GPTs?
-
@timconsidine does it allow to connect to locally running GPTs?
@robi hmmm, don't see that functionality
-
@robi hmmm, don't see that functionality
wrote on Apr 23, 2023, 11:07 AM last edited by@timconsidine I added that idea over at Reworkd.ai's https://github.com/reworkd/AgentGPT/issues/322
-
I am working on a package for ChatPad... (it's already working on my Cloudron, just need to push it to github)
-
App Devwrote on May 30, 2023, 8:17 PM last edited by Kubernetes Jun 1, 2023, 8:09 AM
Done, the package is ready and running fine on my Cloudron Instance.
The package can be found in GitlabAs this is my second package, and I didn't get yet Feedback for my first package, I am asking for feedback, if I did that packaging the right way
-
Done, the package is ready and running fine on my Cloudron Instance.
The package can be found in GitlabAs this is my second package, and I didn't get yet Feedback for my first package, I am asking for feedback, if I did that packaging the right way
@Kubernetes said in ChatPad on Cloudron - ChatGPT Artificial Intelligence Interface:
I am asking for feedback
overall format looks good, but for an 'adopted' Cloudron app, Dockerfile
FROM
should be the Cloudron base image
FROM cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03fb02dd4e9d0286df
and then do something to pull in the code from the source repo (but there are other ways)
ADD https://github.com/CorentinTh/it-tools/archive/refs/heads/main.tar.gz /app/code RUN tar -xzf main.tar.gz && rm main.tar.gz && mv it-tools-main/* . && rm -r it-tools-main
But maybe others with more experience and authority can advise otherwise.
For a custom app which is only to be used by author or small group, if it works, it works.
For a custom app which might be adopted with refinements into the App Store, I think it is better to take the above approach. -
Done, the package is ready and running fine on my Cloudron Instance.
The package can be found in GitlabAs this is my second package, and I didn't get yet Feedback for my first package, I am asking for feedback, if I did that packaging the right way
wrote on May 30, 2023, 8:39 PM last edited by@Kubernetes said in ChatPad on Cloudron - ChatGPT Artificial Intelligence Interface:
Done, the package is ready and running fine on my Cloudron Instance.
The package can be found in GithubAs this is my second package, and I didn't get yet Feedback for my first package, I am asking for feedback, if I did that packaging the right way
Thank you for doing that.
-
@Kubernetes said in ChatPad on Cloudron - ChatGPT Artificial Intelligence Interface:
I am asking for feedback
overall format looks good, but for an 'adopted' Cloudron app, Dockerfile
FROM
should be the Cloudron base image
FROM cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03fb02dd4e9d0286df
and then do something to pull in the code from the source repo (but there are other ways)
ADD https://github.com/CorentinTh/it-tools/archive/refs/heads/main.tar.gz /app/code RUN tar -xzf main.tar.gz && rm main.tar.gz && mv it-tools-main/* . && rm -r it-tools-main
But maybe others with more experience and authority can advise otherwise.
For a custom app which is only to be used by author or small group, if it works, it works.
For a custom app which might be adopted with refinements into the App Store, I think it is better to take the above approach.@timconsidine Thanks for the feedback. I didn't notice that I should use the cloudron base image. I will try to it in the work I already have done and update then.
-
Okay, I have done it. The package is ready from my point of view and could be published in Cloudron App Store.
Thanks to all for the feedback and support.
-
App Devwrote on May 31, 2023, 4:49 PM last edited by timconsidine May 31, 2023, 4:50 PM
Will take a look later. Thinking/hoping it will be better than my self-package of the other one (chatbot-ui).
I don't suppose you feel up to the challenge of packaging Flowise ?
https://forum.cloudron.io/topic/9130/flowise-ui-for-langchain?_=1685224667920Working with regular ChatGPT, even V4, the knowledge cut-off date is sometimes problematic or time-wasting.
Being able to include more current resources (like developer updated docs) is likely to be super helpful.
or so I hope -
Will take a look later. Thinking/hoping it will be better than my self-package of the other one (chatbot-ui).
I don't suppose you feel up to the challenge of packaging Flowise ?
https://forum.cloudron.io/topic/9130/flowise-ui-for-langchain?_=1685224667920Working with regular ChatGPT, even V4, the knowledge cut-off date is sometimes problematic or time-wasting.
Being able to include more current resources (like developer updated docs) is likely to be super helpful.
or so I hope@timconsidine Interesting tool, I tried, but first attempts did fail because of the read-only filesystem in Cloudron...
-
@timconsidine Interesting tool, I tried, but first attempts did fail because of the read-only filesystem in Cloudron...
@Kubernetes I am trying also but running into errors
Will try again later -
@timconsidine Interesting tool, I tried, but first attempts did fail because of the read-only filesystem in Cloudron...
App Devwrote on May 31, 2023, 5:54 PM last edited by timconsidine May 31, 2023, 5:54 PM@Kubernetes said in ChatPad on Cloudron - ChatGPT Artificial Intelligence Interface:
because of the read-only filesystem in Cloudron
Shhhh, don't tell @girish or @nebulon but sometimes I try to "bypass" this issue to get a proof of concept by installing to
/app/data
Just to see it if builds and works.
Then think about separation of code and data -
Okay, I have done it. The package is ready from my point of view and could be published in Cloudron App Store.
Thanks to all for the feedback and support.
@Kubernetes said in ChatPad on Cloudron - ChatGPT Artificial Intelligence Interface:
Okay, I have done it. The package is ready from my point of view and could be published in Cloudron App Store.
Well done
I have a built the package, it installed smoothly and runs nicely.
Thank you for your work on this. I may stop using the desktop version.The Docker image is large : 5Gb. Surprised me (but heck, what do I know).
I wonder if there is a way to reduce the size of the image during the build process.
But I am no expert in Docker, so not sure.
I didn't see anything obvious in the Docker file.
Maybe a multi-stage build ? But I don't much about that.