You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3.**Enter your OpenAI Key**: If you don't have one, you can obtain an OpenAI key [here](https://platform.openai.com/account/api-keys)
48
+
3.**Enter your OpenAI Key**: If you don't have one, you can obtain an OpenAI key [here](https://platform.openai.com/account/api-keys). If you need you change your key at a later point, run `vim .env` to open the `.env` and replace the old key.
**Enter your Google AI Studio API key when terminal prompts you for it** 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.
90
72
91
-
### Locally Hosted LLaVA Through Ollama
73
+
#### Try Claude `-m claude-3`
74
+
Use Claude 3 with Vision to see how it stacks up to GPT-4-Vision at operating a computer. Navigate to the [Claude dashboard](https://console.anthropic.com/dashboard) to get an API key and run the command below to try it.
75
+
76
+
```
77
+
operate -m claude-3
78
+
```
79
+
80
+
#### Try LLaVa Hosted Through Ollama `-m llava`
92
81
If you wish to experiment with the Self-Operating Computer Framework using LLaVA on your own machine, you can with Ollama!
93
82
*Note: Ollama currently only supports MacOS and Linux*
94
83
@@ -187,5 +176,5 @@ Stay updated with the latest developments:
187
176
- This project is compatible with Mac OS, Windows, and Linux (with X server installed).
188
177
189
178
## OpenAI Rate Limiting Note
190
-
The ```gpt-4-vision-preview``` model is required. To unlock access to this model, your account needs to spend at least \$5 in API credits. Pre-paying for these credits will unlock access if you haven't already spent the minimum \$5.
179
+
The ```gpt-4o``` model is required. To unlock access to this model, your account needs to spend at least \$5 in API credits. Pre-paying for these credits will unlock access if you haven't already spent the minimum \$5.
191
180
Learn more **[here](https://platform.openai.com/docs/guides/rate-limits?context=tier-one)**
0 commit comments