Skip to content

Commit 0ba2af4

Browse files
committed
New 0.6.2, -m adapted to new lib structure
1 parent 3eed40e commit 0ba2af4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ On new installs after Nov6-23 we get the new python lib v 1.2.4
6060

6161
This breaks some calls and response types.
6262

63-
OAI v.0.6.1 is adapted to the new lib!
63+
OAI v.0.6.2 is adapted to the new lib!
6464

6565
Also, providing new shortcuts for -s size when generating Images.
6666
Use '1:1', '16:9', '9:16' as shorthand for '1024x1024' and...

oai.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
console = Console()
21-
version = "0.6.0"
21+
version = "0.6.2"
2222
_session_file_ = ".messages.json"
2323

2424
available_parameters = {}

0 commit comments

Comments
 (0)