Skip to content

Commit 107d5ae

Browse files
committed
Update: Documentations for Version 0.2
1 parent b138d91 commit 107d5ae

27 files changed

+201
-80
lines changed

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,33 @@
22

33
# Change Log
44

5-
## [Unreleased](https://github.com/nutti/OpenAI-Bridge/compare/v0.1.0...main)
5+
## [Unreleased](https://github.com/nutti/OpenAI-Bridge/compare/v0.2.0...main)
6+
7+
## [Version 0.2.0](https://github.com/nutti/OpenAI-Bridge/compare/v0.1.0...v0.2.0) - 2023.3.XX
8+
9+
### New Features
10+
11+
* Image Tool
12+
* Create an image block from a generated image.
13+
* Remove a generated image.
14+
* Audio Tool
15+
* Transcribe a sound strip.
16+
* Transcribe a sound data block.
17+
* Chat Tool
18+
* List all past topics.
19+
* Execute code and check an error.
20+
* Copy chat logs of a past topic.
21+
* Ask Blender Operators/Properties.
22+
23+
### Other Updates
24+
25+
* Improve UI for accessing tools more friendly.
26+
* (Image Tool) Add [Generate Image] panel and [Generated Images] panel (with [OpenAI] tab) to the sidebar of Image Editor.
27+
* (Image Tool) Move workspace tool to Image Editor.
28+
* (Audio Tool) Add [Transcribe Sound Strip] panel (with [OpenAI] tab) to the sidebar of Sequence Editor.
29+
* (Audio Tool) Add [Transcribe Audio] panel (with [OpenAI] tab) to the sidebar of Text Editor.
30+
* (Audio Tool) Move workspace tool to Sequence Editor
31+
* (Chat Tool) Add [Chat] panel (with [OpenAI] tab) to the sidebar of 3D Viewport.
632

733
## [Version 0.1.0](https://github.com/nutti/OpenAI-Bridge/compare/a8a4c9785ce166a1d77c060ea58b9b45ec4d4355...v0.1.0) - 2023.3.18
834

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,26 @@ add-on.
1919

2020
The features of this add-on are as follows.
2121

22-
* Image
23-
* Generate Image: Generate images using the OpenAI 'DALL-E' API.
22+
* Image Tool
23+
* Generate Images: Generate images using the OpenAI Image API.
24+
* Supported Models: 'DALL-E'
2425
* Audio
25-
* Transcript Audio: Transcript audio using the OpenAI 'whisper-1' API.
26+
* Transcribe Audio: Transcribe audio using the OpenAI Audio API.
27+
* Supported Models: 'whisper-1'
2628
* Chat
27-
* Chat using the OpenAI 'gpt-3.5-turbo' API.
29+
* Chat: Chat using the OpenAI Chat API.
30+
* Ask Blender Operators/Properties: Ask Blender operators/properties from the right-click menu.
31+
* Supported Models: 'gpt-3.5-turbo', 'gpt-4', 'gpt-4-32k'
32+
33+
### Features for Future Releases
34+
35+
* Image Tool
36+
* Edit Image: Edit images using the OpenAI API.
37+
* Code Tool
38+
* Generate Sample Code: Generate sample codes for Blender operators/properties from the right-click menu.
39+
* Execute Code Immediately: Execute code immediately from the prompt/audio.
40+
* Improve Async Execution
41+
* Show the status of the asynchronous exeuction.
2842

2943
## Tutorials
3044

900 KB
Loading

docs/images/tutorial/chat_1.png

-63.4 KB
Binary file not shown.

docs/images/tutorial/chat_2.png

-18.5 KB
Binary file not shown.

docs/images/tutorial/chat_3.png

-26.3 KB
Binary file not shown.

docs/images/tutorial/chat_4.png

-131 KB
Binary file not shown.
2.73 MB
Loading
3.36 MB
Loading
2.81 MB
Loading

0 commit comments

Comments
 (0)