Update README.md

pull/7/head lastest
Hao-Cheng Lo 2023-05-29 20:04:06 +08:00 zatwierdzone przez GitHub
rodzic 5d526f96d9
commit 38c96c650b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 19 dodań i 22 usunięć

Wyświetl plik

@ -18,14 +18,6 @@ Introducing our newly developed Blender Add-on that harnesses the potential of O
Install our Add-on and dive into the limitless realm of AI-powered 3D modeling.
Sure, here's a more elaborate and easily understandable guide in Markdown format.
---
## GPT-4 Blender Assistant Installation and Usage Guide
This guide provides step-by-step instructions on how to install and use the GPT-4 Blender Assistant add-on.
### Prerequisites
Before you begin, ensure you have the following:
@ -59,33 +51,38 @@ To install the Blender GPT, follow the steps below:
### Usage
To use the GPT-4 Blender Assistant, follow these steps:
Follow the steps below to make the most out of the Blender GPT:
1. **Open the Sidebar in 3D View**
In the 3D View, press `N` to open the sidebar. Here, you'll find the `Blender GPT` tab.
In the 3D View, press `N` to open the sidebar. You will find the `Blender GPT` tab here.
2. **Select Your Preferred Language**
3. **Select Chat-GPT Model**
You can choose the language of your user interface and prompt input in the Language tab. The options allow for a more user-friendly experience.
3. **Choose the Chat-GPT Model**
You have the option to select between the gpt-3 (i.e., gpt-3.5) or gpt-4 models in the `chat-gpt model` tab. However, please note that the gpt-4 model can only be selected if you have access to gpt-4 on OpenAI.
4. **Adjust Level of Model Creativity**
5. **Enter Command in Input Field**
There is a 'creativity' tab that allows you to control the creativity level (from 0 to 1) of the generated results by GPT. By adjusting this setting, you can encourage more novel output by setting a higher value.
You can type plain language commands either in English or Chinese in the input field, e.g., "create 500 cubes in random locations".
5. **Enter Prompt in Input Field**
Type your commands in plain language, either in English or Chinese, in the input field, e.g., "create 500 cubes in random locations".
6. **Submit Command**
Click on the `Submit prompt` button. This will generate and execute the Blender Python code based on your input.
7. **Check Generated Codes**
Click on the `Submit prompt` button. This action will generate and execute the Blender Python code based on your provided prompt.
8. **Deletion**
7. **Review Generated Codes**
By clicking on the text icon next to `GPT>`, you can view the Python code generated by the chatgpt model. If you're familiar with script writing, you can further edit this Python code for finer control. In case the generated code is of subpar quality, you can tweak it directly and rerun the execution.
8. **Deletion Options**
There are two ways to delete dialogues. The first is to delete the result of the last conversation. In this case, the `Submit prompt` will change to `Regenerate Response` for a fresh output. The second method allows for deleting all dialogue history. This is useful if you prefer that future generated results are not partially based on previous dialogues.
9. **Regeneration**
That's it! Now you can enjoy the convenience of the Blender GPT. Remember, Blender GPT requires an active internet connection to function properly, as it relies on OpenAI's cloud services.