@@ -21,6 +21,9 @@ The features of this add-on are as follows.
2121
2222* Image Tool
2323 * Generate Images: Generate images using the OpenAI Image API.
24+ * Edit Images: Edit images using the OpenAI Image API.
25+ * Generate Variation Images: Generate variation images using the OpenAI
26+ Image API.
2427 * Supported Models: 'DALL-E'
2528* Audio
2629 * Transcribe Audio: Transcribe audio using the OpenAI Audio API.
@@ -30,17 +33,14 @@ The features of this add-on are as follows.
3033 * Ask Blender Operators/Properties: Ask Blender operators/properties from the
3134 right-click menu.
3235 * Supported Models: 'gpt-3.5-turbo', 'gpt-4', 'gpt-4-32k'
33-
34- ### Features for Future Releases
35-
36- * Image Tool
37- * Edit Image: Edit images using the OpenAI API.
38- * Code Tool
39- * Generate Sample Code: Generate sample codes for Blender
40- operators/properties from the right-click menu.
41- * Execute Code Immediately: Execute code immediately from the prompt/audio.
42- * Improve Async Execution
43- * Show the status of the asynchronous exeuction.
36+ * Code
37+ * Generate Code: Generate Blender Python specific code using the OpenAI Chat API.
38+ * Edit Code: Edit Blender Python specific code using the OpenAI Chat API.
39+ * Generate Code Examples: Generate code examples using Python API
40+ from the right-click menu.
41+ * Execute Code Immediately: Execute the generated code immediately. This
42+ allows us to control Blender from the prompt or audio input.
43+ * Supported Models: 'gpt-3.5-turbo', 'gpt-4', 'gpt-4-32k'
4444
4545## Tutorials
4646
0 commit comments