AI on Cloudron
-
Here's an AMAZING one.
Are you ready for NExT GPT?
https://www.marktechpost.com/2023/09/14/meet-next-gpt-an-end-to-end-general-purpose-any-to-any-multimodal-large-language-models-mm-llms/Make sure to look at the video on that page.
We knew it, we ain't seen nothing yet (here's something you never will forget... bbb baby you ain't seen nothing yet ) -
Agents - a framework for Autonomous Language AI Agents:
https://github.com/aiwaves-cn/agentsThere is a very popular demo and a website:
http://www.aiwaves-agents.com/ -
"Can my GPU run this?" tool (I thought this would be more useful, but maybe somebody else can get more mileage out of it.)
https://rahulschand.github.io/gpu_poor/
https://github.com/RahulSChand/gpu_poorLoLLMS WebUI (Lord of Large Language Models: One tool to rule them all) (Elevated privileges might be needed for proper installation. After you install a model, you need to click that tick to select it for use.)
https://github.com/ParisNeo/lollms-webui
TheBloke says this is great, with many unique features. I like it because its licence is clear and Apache 2.0 -
@LoudLemur said in AI on Cloudron:
LoLLMS WebUI (Lord of Large Language Models: One tool to rule them all)
I thought it was: Laughing Out Loud at Large Language Models
-
Talking of companies, here is an AI that makes AI companies...
https://github.com/OpenBMB/ChatDev
There is a post about it on Reddit:
https://old.reddit.com/r/OpenAI/comments/16pk8hp/build_an_entire_ai_workforce_with_chatdev_ai/ -
InflectionAI boss says that over the next 18 months they will be working on models 10 times the size of ChatGPT4 and then 100 times the size. You can chat with pi.ai here:
https://pi.ai/talkGoogle have been giving their Gemini AI (Generalized Multi-Modal Intelligence Network) to selected companies to try. It is particularly good at noticing hidden messages and patterns. Google's team are concerned about ethical issues and are generating a big legal layer of staff to help "keep us safe".
GPT5 - (Generalized Pre-Trained Transformers version 5) It is speculated that this will be preceded by GPT4.5. Their legal team is concerned with banning textbooks from training. So, if you found a perfect recipe for a chocolate chip cookie in a book, this book would be removed, and the recipe would kind of not be there. Google's legal team is making sure we are not harmed by AI chococlate chip cookie recipes.
There is automated AI jailbreaking of bubble-wrapped AI now, but Big Data corporate teams are working hard to keep the bubblewrapped AI bubblewrapped for our safety.
-
@LoudLemur said in AI on Cloudron:
Talking of companies, here is an AI that makes AI companies...
https://github.com/OpenBMB/ChatDev
There is a post about it on Reddit:
https://old.reddit.com/r/OpenAI/comments/16pk8hp/build_an_entire_ai_workforce_with_chatdev_ai/Wow, that's fascinating!
-
Craze AI race keeps going on at fast pace, after MS invested 10B in OpenAI and mixed their LLM with Bing and Azure now Amazon (AWS) strikes in too.
"Amazon has plans to invest up to $4bn in Anthropic, the artificial intelligence start-up behind ChatGPT competitor Claude, as it looks to take on Microsoft and Google in the AI race."
-
OpenAI's DALL.E 3 is now available on research preview:
https://openai.com/dall-e-3 -
-
Chroma https://www.trychroma.com/
"the AI-native open-source embedding database"
What do you do with it? For example, throw in your medical books and query it with an AI.
Apache 2.0
Has Docker
They hope to have hosting soon.I hope somebody who likes database tech might have a look at this.
https://github.com/chroma-core/chroma
https://www.trychroma.com/ -
Ollama.ai
Download and run language models locally:
https://www.ollama.ai/You can see a video here where somebody integrated an AI into their editor using Ollama:
https://yt.artemislena.eu/watch?v=FIZt7MinpMY&si=fLRMYyhss0hOO1ZQ&quality=dash -
Axolotl
A tool to help you fine-tune models.
Apache 2.0
https://github.com/OpenAccess-AI-Collective/axolotlAxolotl was used to help create the following, for example:
Minotaur 13b
Manticore 13b
Hippogriff 30b -
-
@LoudLemur et'all
I've got ollama working in the LAMP app on the Demo server (if it's still there)
Use the terminal to run llama2.sh or llama2uncesored.sh and see how it runs.
There may be a web/desktop client for it too.
-
@robi said in AI on Cloudron:
Thank you very much for doing that, @robi. From where do we run the command? The ollama application doesn't seem to have a terminal in Cloudron. I tried from the LAMP application's terminal and that didn't work either.
-
Check: https://n8n.io/langchain/
-
@ankitpr89 V cool!