File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Change Log
4
4
5
- ## [ Unreleased] ( https://github.com/nutti/OpenAI-Bridge/compare/a8a4c9785ce166a1d77c060ea58b9b45ec4d4355...main )
5
+ ## [ Unreleased] ( https://github.com/nutti/OpenAI-Bridge/compare/v0.1.0...main )
6
+
7
+ ## [ Version 0.1.0] ( https://github.com/nutti/OpenAI-Bridge/compare/a8a4c9785ce166a1d77c060ea58b9b45ec4d4355...v0.1.0 ) - 2023.3.18
8
+
9
+ * First release
Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ This is a Blender add-on **OpenAI Bridge** to use the OpenAI API on Blender seam
6
6
7
7
## Download / Installation
8
8
9
- This project is now in progress for the stable release.
10
- You can download the
9
+ All released OpenAI-Bridge add-on is available on
10
+ [ Release Page] ( https://github.com/nutti/OpenAI-Bridge/releases ) .
11
+ If you want to try newest (unstable) version, you can download it from
11
12
[ unstable version] ( https://github.com/nutti/OpenAI-Bridge/archive/refs/heads/main.zip ) .
12
13
13
14
Installation process is a bit confusing.
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ There are two ways to install OpenAI-Bridge add-on.
14
14
| Version| Download URL|
15
15
| ---| ---|
16
16
| * unstable* | [ Download] ( https://github.com/nutti/OpenAI-Bridge/archive/refs/heads/main.zip ) |
17
+ | 0.1.0| [ Download] ( https://github.com/nutti/OpenAI-Bridge/releases/tag/v0.1.0 ) |
17
18
18
19
#### 2. Unzip it, and check the add-on sources
19
20
@@ -24,7 +25,8 @@ Add-on sources are located on the different places depending on the add-on versi
24
25
25
26
| Version| Sources|
26
27
| ---| ---|
27
- | unstable| openai_bridge.py|
28
+ | unstable| src/openai_bridge|
29
+ | v0.1.0| openai_bridge|
28
30
29
31
#### 3. Copy add-on sources into your add-on folder
30
32
You can’t perform that action at this time.
0 commit comments