Skip to content

Commit dc5f43d

Browse files
committed
Iterate version to 1.0.8 with support for gemini
1 parent 9d6a9db commit dc5f43d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ operate -m gemini-pro-vision
103103
```
104104

105105
### Voice Mode `--voice`
106+
The framework supports voice inputs for the objective. Try voice by following the instructions below.
107+
106108
- Install the additional `requirements-audio.txt`
107109
```
108110
pip install -r requirements-audio.txt

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="self-operating-computer",
13-
version="1.0.7",
13+
version="1.0.8",
1414
packages=find_packages(),
1515
install_requires=required, # Add dependencies here
1616
entry_points={

0 commit comments

Comments
 (0)