Starcoder (AI coding app)
-
This seems kinda important (understatement?) implementation of AI for a Cloudron audience.
Only just found it, so I haven't explored the viability of (or any advantage to) packaging it for Cloudron.
But it seems pure python, sohttps://github.com/bigcode-project/starcoder
demo : https://huggingface.co/chat
StarCoder is a language model (LM) trained on source code and natural language text. Its training data incorporates more that 80 different programming languages as well as text extracted from GitHub issues and commits and from notebooks. This repository showcases how we get an overview of this LM's capabilities.
May 9, 2023: We've fine-tuned StarCoder to act as a helpful coding assistant !
I've had some reasonably (though not entirely) successful attempts to generate an app in Flutter for iOS using standard ChatGPT.
The biggest issue has been that ChatGPT's knowledge doesn't stretch beyond 2021.
Here's hoping that this more specific language model will be more up-to-date.And of particular interest is the built-in fine-tuning capabilities.
-
This seems to be more of a model not an App, so you're better off taking something like https://github.com/h2oai/h2ogpt, where you can then use this LLM. They have their own LLM studio, which is also a good option.