add open interpreter to docs

This commit is contained in:
Krrish Dholakia 2023-09-27 13:31:37 -07:00
parent c66649dd20
commit 585ae40a72
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1,2 @@
Open Interpreter lets LLMs run code on your computer to complete tasks.
[Github](https://github.com/KillianLucas/open-interpreter/)

View file

@ -151,6 +151,7 @@ const sidebars = {
slug: '/project',
},
items: [
"projects/OpenInterpreter",
"projects/FastREPL",
"projects/PROMPTMETHEUS",
"projects/Codium PR Agent",