We0 Documentation

How to Modify Graduation Project in We0

Learn how to use We0 to modify your graduation project

Use We0 to modify the graduation thesis

Preparatory Work

  1. The functionality of importing code projects can only be used in the downloaded version. Please ensure that We0 has been downloaded and decompressed before use.
  2. After decompression, open We0.exe as shown in the following figure: pEhnAG6.png

Step One: Upload the graduation project

Click the "Open Directory" button located in the upper right corner of the We0 client.

pE43yi4.png
  1. Locate and select the item you wish to modify in the subsequently appearing File Manager.
  2. Choose the AI model you prefer from the chat box below.

Step 2: Enable the "Start Backend" feature (if necessary)

  1. Select the backend language to be used (Java, Node, Go, Python).
  2. Configure the database settings (if necessary), and fill in the database address, database username and database password (please create the database by yourself first).

Step 3: Submit modification requests to the AI

  1. Before making a request, please clarify the modifications that need to be made and the desired effect.
  2. Clearly describe to We0 the content that you want to modify, such as:
1. Beautify the style of my project's homepage.
2. Add a page to implement these functions: 1. ______. 2. ______. 3. ______.
3. Connect the back-end interface. The interface address is: ______. ```
 
 
# Step 4: Download the code
 
1. Click on the "Download Code" button on the upper right corner and select the download location.
2. Since the downloaded file is a compressed package, it needs to be decompressed. 
 
## Tips
 
1. Due to the different software and language versions used in the user's graduation design, the code generated by AI may have version conflicts with the original code. Before using this function, please ensure that the version of your graduation design is the same as the code used by AI. If version conflicts occur, you can make a similar request to AI such as "Use a certain version of a certain language specification to fulfill my requirements".
2. If the user is using We0 for the first time, the statements when making requests may not be suitable for this AI. Please be patient and try multiple times to adapt to We0's recognition habits or use the "Optimization Prompt Words" function.

On this page