Skip to content

Commit

Permalink
The New Computer Update
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianLucas committed Jan 5, 2024
1 parent b491c2b commit 54bf90f
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,26 @@
<img src="https://img.shields.io/static/v1?label=license&message=AGPL&color=white&style=flat" alt="License"/>
<br>
<br>
<b>Let language models run code on your computer.</b><br>
An open-source, locally running implementation of OpenAI's Code Interpreter.<br>
Let language models run code.<br>
<br><a href="https://openinterpreter.com">Get early access to the desktop app</a>‎ ‎ |‎ ‎ <a href="https://docs.openinterpreter.com/">Documentation</a><br>
</p>

<br>

![poster](https://github.com/KillianLucas/open-interpreter/assets/63927363/08f0d493-956b-4d49-982e-67d4b20c4b56)
![NCU_sketchy](https://github.com/KillianLucas/open-interpreter/assets/63927363/b546dcad-f104-417f-9bec-4e048d308096)

<br>

**Important:**`v0.1.18` includes breaking changes. Please read our [migration guide](https://github.com/KillianLucas/open-interpreter/blob/main/docs/NCU_MIGRATION_GUIDE.md) if you use Open Interpreter in Python.

<p align="center">
(Today)<code>The New Computer Update</code> introduces <code>--os</code> control and a new Computer API. <a href="https://changes.openinterpreter.com/log/the-new-computer-update">Learn More ↗</a>
</p>
<br>

```shell
pip install open-interpreter
```

> Not working? Read our [setup guide](https://docs.openinterpreter.com/setup).
```shell
interpreter
```
Expand Down Expand Up @@ -381,6 +382,8 @@ Visit [our roadmap](https://github.com/KillianLucas/open-interpreter/blob/main/d

**Note**: This software is not affiliated with OpenAI.

![poster](https://github.com/KillianLucas/open-interpreter/assets/63927363/08f0d493-956b-4d49-982e-67d4b20c4b56)

> Having access to a junior programmer working at the speed of your fingertips ... can make new workflows effortless and efficient, as well as open the benefits of programming to new audiences.
>
> _OpenAI's Code Interpreter Release_
Expand Down

0 comments on commit 54bf90f

Please sign in to comment.