Skip to content

Commit b0d273a

Browse files
authored
Update README.md
1 parent 071857c commit b0d273a

File tree

1 file changed

+20
-11
lines changed

1 file changed

+20
-11
lines changed

README.md

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<img src="assets/icon.png" align="right" alt="Open Interface Logo" width="120" height="120">
55
</picture>
66

7-
### Full Autopilot for All Computers Using LLMs
7+
### Control Your Computer Using LLMs
88

99
Open Interface
1010
- Self-drives your computer by sending your requests to an LLM backend (GPT-4o, etc) to figure out the required steps.
@@ -13,7 +13,7 @@ Open Interface
1313

1414

1515
<div align="center">
16-
<h4>Self-Driving Software for Your Computer</h4>
16+
<h4>Full Autopilot for All Computers Using LLMs</h4>
1717

1818
[![macOS](https://img.shields.io/badge/mac%20os-000000?style=for-the-badge&logo=apple&logoColor=white)](https://github.com/AmberSahdev/Open-Interface?tab=readme-ov-file#install)
1919
[![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black)](https://github.com/AmberSahdev/Open-Interface?tab=readme-ov-file#install)
@@ -25,16 +25,25 @@ Open Interface
2525
![GitHub](https://img.shields.io/github/license/AmberSahdev/Open-Interface)
2626
[![GitHub Latest Release)](https://img.shields.io/github/v/release/AmberSahdev/Open-Interface)](https://github.com/AmberSahdev/Open-Interface/releases/latest)
2727

28-
<h4>Control Any Computer Using LLMs</h4>
29-
3028
</div>
3129

3230
### <ins>Demo</ins> 💻
33-
["Make me a meal plan in Google Docs"]<br>
34-
![Make Meal Plan Demo](assets/meal_plan_demo_2x.gif)<br>
35-
[More Demos](https://github.com/AmberSahdev/Open-Interface/blob/main/MEDIA.md#demos)
36-
31+
"Solve Today's Wordle"<br>
32+
![Solve Today's Wordle](assets/wordle_demo_2x.gif)<br>
3733

34+
<details>
35+
<summary><a href="https://github.com/AmberSahdev/Open-Interface/blob/main/MEDIA.md#demos">More Demos</a></summary>
36+
<ul>
37+
<li>
38+
"Make me a meal plan in Google Docs"
39+
<img src="assets/meal_plan_demo_2x.gif" style="margin: 5px; border-radius: 10px;">
40+
</li>
41+
<li>
42+
"Write a Web App"
43+
<img src="assets/code_web_app_demo_2x.gif" style="margin: 5px; border-radius: 10px;">
44+
</li>
45+
</ul>
46+
</details>
3847

3948
<hr>
4049

@@ -120,8 +129,8 @@ Open Interface
120129
<summary><b>Set up the OpenAI API key</b></summary>
121130

122131
- Get your OpenAI API key
123-
- Open Interface needs access to GPT-4V to perform user requests. GPT-4V keys can be downloaded from your [OpenAI account](https://platform.openai.com/).
124-
- [Follow the steps here](https://help.openai.com/en/articles/8264644-what-is-prepaid-billing) to add balance to your OpenAI account. To unlock GPT-4V a minimum payment of $5 is needed.
132+
- Open Interface needs access to GPT-4o to perform user requests. GPT-4o keys can be downloaded from your OpenAI account at [platform.openai.com/settings/organization/api-keys](https://platform.openai.com/settings/organization/api-keys).
133+
- [Follow the steps here](https://help.openai.com/en/articles/8264644-what-is-prepaid-billing) to add balance to your OpenAI account. To unlock GPT-4o a minimum payment of $5 is needed.
125134
- [More info](https://help.openai.com/en/articles/7102672-how-can-i-access-gpt-4)
126135
- Save the API key in Open Interface settings
127136
- In Open Interface, go to the Settings menu on the top right and enter the key you received from OpenAI into the text field like so: <br>
@@ -131,7 +140,7 @@ Open Interface
131140
</picture><br>
132141
<br>
133142

134-
- After setting the API key for the first time you'll need to restart the app.
143+
- After setting the API key for the first time you'll need to <b>restart the app</b>.
135144

136145
</details>
137146

0 commit comments

Comments
 (0)