-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fine-Tuned ChatGPT Plugin for Gno Developers #104
Comments
We’ve created the first version of the plugin based on Gno’s documentation and examples. While it’s still in its early stages and far from being perfect, it can already provide some assistance for basic Gno-related questions. You can check it out here: Gno Developer Assistant We’d appreciate it if someone could give it a try and share their feedback—whether it’s suggestions for improvement, bug reports, or just general thoughts. Every bit of input will help us make it better. |
Is this open-source? |
Unfortunately, ChatGPT does not support the option of making the knowledge base of a plugin public. However, the scraper we created for generating the files used in the knowledge base is public and can be accessed here. Currently, the plugin utilizes two files for its knowledge base: The configured preprompt is as follows:
|
Interesting, but moving to hackerspace as a more of an "experimentation" issue rather than something which is actionable within this repository. Suggestion: why instead of feeding OpenAI more information about how to use Gno, which is not something that we want, you experiment with something like khoj (which is self-hosted?) |
Description
As we began developing in Gno, @stefann-01 and I encountered various obstacles that we had to overcome. Gno is relatively new and not widely adopted yet, which presented challenges. Throughout our Gno research, we reviewed numerous PRs and issues, and one that particularly caught our attention was this issue.
Intrigued by the idea presented there, we thought of a temporary solution that, while not ideal, could prove helpful for both novice and experienced Gno developers.
The Idea
The solution involves creating a fine-tuned ChatGPT plugin that leverages Gno’s official documentation, examples, and all relevant explanations found on the gnolang GitHub repository. This custom ChatGPT would serve as a support tool for anyone encountering issues during Gno development. Unlike the standard ChatGPT, which is only aware of Gno’s existence, this specialized version would provide more practical solutions tailored to Gno development challenges.
Why This is Useful
While we acknowledge that this approach is not decentralized and may not fully align with the web3 ethos, it serves as a temporary yet practical solution for current Gno developers. Even without a ChatGPT Plus subscription, developers could benefit from quick, accurate answers that would otherwise be unavailable.
In the long term, we hope to explore the possibility of a decentralized AI solution, as suggested in the referenced issue. However, for now, this approach offers much-needed assistance.
Call for Feedback
We would love to hear the community's opinions on this idea, which is why we are starting this discussion. Feel free to share your thoughts below! 👀🚀
The text was updated successfully, but these errors were encountered: