Hello ZorinOS Community!
I'm exploring the possibility of creating a custom ChatGPT-powered tech support agent for ZorinOS 17. I believe this could greatly benefit new users on this forum, and I'd appreciate any ideas or feedback you might have before I begin development.
Motivation:
The purpose of this project is to provide new users with a context-aware tech support agent designed specifically for ZorinOS. AI Linux assistants already exist for Ubuntu and Linux Mint and I am genuinely surprised that nobody created one for ZorinOS yet.
While chatGPT and other LLMs can help with tech support, a new user typically doesn't know their system and distribution information so there a plausible use case for creating an LLM fine tuned for ZorinOS, supported by the forum and help pages.
Design Objectives:
I have two goals for this project:
-
Provide new users on this forum tech support that is of higher quality than asking default chatGPT for help with ZorinOS in a more timely manner than posting on the forum and waiting for replies.
-
Have the agent directly read posts on the forum and integrate the documentation in the model's training data to achieve the above goal. (As opposed to chatGPT referencing random Linux articles it finds on the internet)
Implementation:
I will create this language model using ChatGPT's custom agents feature for the following reasons:
-
Simple to implement via a text based instruction set
-
People with a free ChatGPT account can access it (no API costs / rate limits are per individual)
-
OpenAI is currently the industry leader, and most people here are familiar with chatGPT (as opposed to other models)
Here’s what I’m looking for feedback on:
- I'm obviously going to need beta testers once I start development, if anyone here would want to test the GPT, I'd greatly appreciate it
- If anybody has any experience creating custom GPTs, training LLMs, etc feel free to drop your advice in the replies
- If anybody had issues in the past using AI for ZorinOS tech support describe your experience and the problems you faced with the default version of chatGPT
- If anybody had issues asking for support on the ZorinOS forum let me know what issues you had and how I can mitigate them when developing the AI
- To the Developers, Forum Moderators, and people more deeply involved in the technical aspects of ZorinOS: If anybody has any advice on how I can fine-tune this AI so that it can directly access the forum, help pages, and documentation, I'm open to feedback. Additionally, if this project becomes extremely popular and people find it helpful, I'd be more than happy to open it up to the community and collaborate with others.