Update README.md

pull/7/head
Hao-Cheng Lo 2023-05-29 19:26:36 +08:00 zatwierdzone przez GitHub
rodzic 81170884c4
commit 5d526f96d9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 73 dodań i 1 usunięć

Wyświetl plik

@ -9,7 +9,7 @@ Introducing our newly developed Blender Add-on that harnesses the potential of O
### Key Features
- **Multi-Lingual Support:** Our user-friendly interface is not confined to a single language. Choose from English, Simplified Chinese, or Traditional Chinese for a comfortable and personalized user experience. Also, you can speak to your software in the language you're comfortable with!
- **Choose Your Model:** Take control of the AI you're working with. Our Add-on allows you to toggle between Chat GPT-3 and Chat GPT-4 models based on your preference or task complexity, Also, your accessibility and budget 💰.
- **Choose Your Model:** Take control of the AI you're working with. Our Add-on allows you to toggle between Chat GPT-3.5 and Chat GPT-4 models based on your preference or task complexity, surely, your accessibility and budget 💰.
- **Adjustable Creativity:** Enjoy flexibility in design with adjustable "creativity" settings. This allows you to control the randomness and creativity of the AI, offering results ranging from highly deterministic (0) to wildly creative (1). Having said that, 0 is recommended.
- **UI Features:** Our user-friendly interface lets you maintain chat history, delete them at will, view produced codes, and much more. Experience the verisimilar simplicity and convenience of OpenAI chat GPT within the comfort of your Blender workspace.
- **Speed and Robustness:** We take pride in our add-on's performance. Experience faster inference times compared to similar products, and witness more robust results, ensuring your creativity is never hindered.
@ -17,3 +17,75 @@ Introducing our newly developed Blender Add-on that harnesses the potential of O
## Get Started
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:
- Blender 3.5 or later installed on your system.
- An OpenAI API key. You can obtain one from the OpenAI website. <a href="https://platform.openai.com/account/api-keys">CLICK ME</a>.
### Installation
To install the Blender GPT, follow the steps below:
1. **Download the Add-on**
On the GitHub page for the Blender GPT, click on `Code`, then select `Download ZIP`. This will download a ZIP file of the repository to your computer.
2. **Install the Add-on in Blender**
- Launch Blender.
- Navigate to `Edit > Preferences > Add-ons > Install`.
- Locate and select the downloaded ZIP file.
- Click `Install Add-on`.
3. **Enable the Add-on**
After installation, enable the add-on by checking the checkbox next to `Blender GPT` (Object).
4. **Enter your OpenAI API Key**
Go to the Addon preferences menu and paste your OpenAI API key.
### Usage
To use the GPT-4 Blender Assistant, follow these steps:
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.
2. **Select Your Preferred Language**
3. **Select Chat-GPT Model**
4. **Adjust Level of Model Creativity**
5. **Enter Command in Input Field**
You can type plain language commands 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**
8. **Deletion**
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.