Skip to content

Commit 5c2cce8

Browse files
committed
update README.MD
1 parent c718cd4 commit 5c2cce8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ operate
9393
### Multimodal Models ===> `-m`
9494
An additional model is now compatible with the Self Operating Computer Framework. Try Google's `gemini-pro-vision` by following the instructions below.
9595

96-
**Add your Google AI Studio API key to your new .env file. ***If you don't have one, you can obtain a key [here](https://makersuite.google.com/app/apikey) after setting up your Google AI Studio account. You may also need [Authorize credentials for a desktop application](https://ai.google.dev/palm_docs/oauth_quickstart). It took me a bit of time to get it working, if anyone knows a simpler way, please make a PR:
96+
**Add your Google AI Studio API key to your new .env file. **If you don't have one, you can obtain a key [here](https://makersuite.google.com/app/apikey) after setting up your Google AI Studio account. You may also need [Authorize credentials for a desktop application](https://ai.google.dev/palm_docs/oauth_quickstart). It took me a bit of time to get it working, if anyone knows a simpler way, please make a PR:
9797
```
9898
GOOGLE_API_KEY='your-key-here'
9999
```
@@ -103,7 +103,6 @@ Start `operate` with the Gemini model
103103
operate -m gemini-pro-vision
104104
```
105105

106-
**Add your Google AI Studio API key to your .env file.** If you don't have one, you can obtain a key [here](https://makersuite.google.com/app/apikey) after setting up your Google AI Studio account:
107106

108107
### Voice Mode ===> `--voice`
109108
- Install the additional `requirements-audio.txt`

0 commit comments

Comments
 (0)