Skip to content

Commit 77e8340

Browse files
committed
Update: Documentations for Version 1.0
1 parent dd251cd commit 77e8340

29 files changed

+445
-92
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@
44

55
## [Unreleased](https://github.com/nutti/OpenAI-Bridge/compare/v0.2.0...main)
66

7+
<!-- markdownlint-disable-next-line MD013 -->
8+
## [Version 1.0.0](https://github.com/nutti/OpenAI-Bridge/compare/v0.2.0...v1.0.0) - 2023.X.XX
9+
10+
### New Features
11+
12+
* Image Tool
13+
* Edit images.
14+
* Generate variation images.
15+
* Code Tool
16+
* Generate/Edit code.
17+
* Generate code examples for Python API.
18+
* Mode to execute the code immediately.
19+
* Audio input.
20+
21+
### Other Updates
22+
23+
* Improve UI
24+
* Add UI to show the background execution status.
25+
* Add UI to show the audio input status.
26+
* Add buttons to open the web page for the OpenAI website.
27+
* Add test for the API connection and the audio input.
28+
* Show the usage statistics.
29+
* Support the proxy configuration.
30+
731
<!-- markdownlint-disable-next-line MD013 -->
832
## [Version 0.2.0](https://github.com/nutti/OpenAI-Bridge/compare/v0.1.0...v0.2.0) - 2023.3.29
933

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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

541 KB
Loading
2.86 MB
Loading
-775 KB
Binary file not shown.
1.84 MB
Loading
1.74 MB
Loading

docs/images/tutorial/edit_code.png

1.82 MB
Loading
9 MB
Loading
6.74 MB
Loading

0 commit comments

Comments
 (0)