Introduction
While GPT-4 is incredibly powerful, it lacks knowledge of Sui Move in its training data, resulting in its unfamiliarity with the syntax and writing style of Sui Move. However, we believe that by providing Sui-Move examples through prompts, GPT-4 can generate Sui-Move code accurately.
How it work?
SuiGPT collect Move codes from the official Sui example codes, annotated them, and stored them in a database. When users want to create Move smart contract with SuiGPT. SuiGPT will provides relevant code snippets in prompts for GPT to reference. By doing so, SuiGPT can integrate various existing and executable Move contract functionalities, creating personalized new contracts for users.