diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index f51107e7c5..fbe20dcc2b 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -8,7 +8,7 @@ body:
value: |
Your issue may have already been reported. Please check the following link for common issues and solutions.
- [Commonly faced issues and their solutions](https://github.com/KillianLucas/open-interpreter/issues/164)
+ [Commonly faced issues and their solutions](https://github.com/OpenInterpreter/open-interpreter/issues/164)
- type: textarea
id: description
attributes:
diff --git a/README.md b/README.md
index 64fdbea7cf..536f951228 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ This provides a natural-language interface to your computer's general-purpose ca
## Demo
-https://github.com/KillianLucas/open-interpreter/assets/63927363/37152071-680d-4423-9af3-64836a6f7b60
+https://github.com/OpenInterpreter/open-interpreter/assets/63927363/37152071-680d-4423-9af3-64836a6f7b60
#### An interactive demo is also available on Google Colab:
@@ -401,11 +401,11 @@ Please see our [contributing guidelines](https://github.com/OpenInterpreter/open
# Roadmap
-Visit [our roadmap](https://github.com/KillianLucas/open-interpreter/blob/main/docs/ROADMAP.md) to preview the future of Open Interpreter.
+Visit [our roadmap](https://github.com/OpenInterpreter/open-interpreter/blob/main/docs/ROADMAP.md) to preview the future of Open Interpreter.
**Note**: This software is not affiliated with OpenAI.
-
+
> 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.
>
diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md
index 596984172d..e090f0d195 100644
--- a/docs/CONTRIBUTING.md
+++ b/docs/CONTRIBUTING.md
@@ -2,15 +2,15 @@
**Open Interpreter is large, open-source initiative to build a standard interface between language models and computers.**
-There are many ways to contribute, from helping others on [Github](https://github.com/KillianLucas/open-interpreter/issues) or [Discord](https://discord.gg/6p3fD6rBVm), writing documentation, or improving code.
+There are many ways to contribute, from helping others on [Github](https://github.com/OpenInterpreter/open-interpreter/issues) or [Discord](https://discord.gg/6p3fD6rBVm), writing documentation, or improving code.
We depend on contributors like you. Let's build this.
## What should I work on?
-First, please familiarize yourself with our [project scope](https://github.com/KillianLucas/open-interpreter/blob/main/docs/ROADMAP.md#whats-in-our-scope). Then, pick up a task from our [roadmap](https://github.com/KillianLucas/open-interpreter/blob/main/docs/ROADMAP.md) or work on solving an [issue](https://github.com/KillianLucas/open-interpreter/issues).
+First, please familiarize yourself with our [project scope](https://github.com/OpenInterpreter/open-interpreter/blob/main/docs/ROADMAP.md#whats-in-our-scope). Then, pick up a task from our [roadmap](https://github.com/OpenInterpreter/open-interpreter/blob/main/docs/ROADMAP.md) or work on solving an [issue](https://github.com/OpenInterpreter/open-interpreter/issues).
-If you encounter a bug or have a feature in mind, don't hesitate to [open a new issue](https://github.com/KillianLucas/open-interpreter/issues/new/choose).
+If you encounter a bug or have a feature in mind, don't hesitate to [open a new issue](https://github.com/OpenInterpreter/open-interpreter/issues/new/choose).
## Philosophy
@@ -20,9 +20,9 @@ This is a minimalist, **tightly scoped** project that places a premium on simpli
1. Before taking on significant code changes, please discuss your ideas on [Discord](https://discord.gg/6p3fD6rBVm) to ensure they align with our vision. We want to keep the codebase simple and unintimidating for new users.
2. Fork the repository and create a new branch for your work.
-3. Follow the [Running Your Local Fork](https://github.com/KillianLucas/open-interpreter/blob/main/docs/CONTRIBUTING.md#running-your-local-fork) guide below.
+3. Follow the [Running Your Local Fork](https://github.com/OpenInterpreter/open-interpreter/blob/main/docs/CONTRIBUTING.md#running-your-local-fork) guide below.
4. Make changes with clear code comments explaining your approach. Try to follow existing conventions in the code.
-5. Follow the [Code Formatting and Linting](https://github.com/KillianLucas/open-interpreter/blob/main/docs/CONTRIBUTING.md#code-formatting-and-linting) guide below.
+5. Follow the [Code Formatting and Linting](https://github.com/OpenInterpreter/open-interpreter/blob/main/docs/CONTRIBUTING.md#code-formatting-and-linting) guide below.
6. Open a PR into `main` linking any related issues. Provide detailed context on your changes.
We will review PRs when possible and work with you to integrate your contribution. Please be patient as reviews take time. Once approved, your code will be merged.
diff --git a/docs/README_DE.md b/docs/README_DE.md
index b9f36ef8f3..d5b5e6f8b8 100644
--- a/docs/README_DE.md
+++ b/docs/README_DE.md
@@ -18,7 +18,7 @@
-
+
@@ -47,7 +47,7 @@ Dies bietet eine natürliche Sprachschnittstelle zu den allgemeinen Fähigkeiten
## Demo
-https://github.com/KillianLucas/open-interpreter/assets/63927363/37152071-680d-4423-9af3-64836a6f7b60
+https://github.com/OpenInterpreter/open-interpreter/assets/63927363/37152071-680d-4423-9af3-64836a6f7b60
#### Eine interaktive Demo ist auch auf Google Colab verfügbar:
diff --git a/docs/README_ES.md b/docs/README_ES.md
index 430e74ac4f..31334c62b9 100644
--- a/docs/README_ES.md
+++ b/docs/README_ES.md
@@ -16,7 +16,7 @@
-
+
@@ -51,7 +51,7 @@ Esto proporciona una interfaz de lenguaje natural para las capacidades generales
## Demo
-https://github.com/KillianLucas/open-interpreter/assets/63927363/37152071-680d-4423-9af3-64836a6f7b60
+https://github.com/OpenInterpreter/open-interpreter/assets/63927363/37152071-680d-4423-9af3-64836a6f7b60
#### También hay disponible una demo interactiva en Google Colab:
@@ -401,11 +401,11 @@ Por favor, consulte nuestras [directrices de contribución](docs/CONTRIBUTING.md
# Roadmap
-Visite [nuestro roadmap](https://github.com/KillianLucas/open-interpreter/blob/main/docs/ROADMAP.md) para ver el futuro de Intérprete Abierto.
+Visite [nuestro roadmap](https://github.com/OpenInterpreter/open-interpreter/blob/main/docs/ROADMAP.md) para ver el futuro de Intérprete Abierto.
**Nota:** Este software no está afiliado con OpenAI.
-
+
> Tener acceso a un programador junior trabajando a la velocidad de su dedos... puede hacer que los nuevos flujos de trabajo sean sencillos y eficientes, además de abrir los beneficios de la programación a nuevas audiencias.
>
diff --git a/docs/README_IN.md b/docs/README_IN.md
index bb2bc1762f..c1dbd8113b 100644
--- a/docs/README_IN.md
+++ b/docs/README_IN.md
@@ -17,7 +17,7 @@
-
+
diff --git a/docs/README_JA.md b/docs/README_JA.md
index e6a33f18fa..6eac9843c4 100644
--- a/docs/README_JA.md
+++ b/docs/README_JA.md
@@ -18,7 +18,7 @@
-
+
@@ -51,7 +51,7 @@ interpreter
## デモ
-https://github.com/KillianLucas/open-interpreter/assets/63927363/37152071-680d-4423-9af3-64836a6f7b60
+https://github.com/OpenInterpreter/open-interpreter/assets/63927363/37152071-680d-4423-9af3-64836a6f7b60
#### Google Colab でも対話形式のデモを利用できます:
@@ -388,7 +388,7 @@ Open Interpreter は、[関数が呼び出せる言語モデル](https://platfor
# ロードマップ
-Open Interpreter の未来を一足先に見るために、[私たちのロードマップ](https://github.com/KillianLucas/open-interpreter/blob/main/docs/ROADMAP.md)をご覧ください。
+Open Interpreter の未来を一足先に見るために、[私たちのロードマップ](https://github.com/OpenInterpreter/open-interpreter/blob/main/docs/ROADMAP.md)をご覧ください。
**注意**: このソフトウェアは OpenAI とは関連していません。
diff --git a/docs/README_UK.md b/docs/README_UK.md
index e214154d7d..4aa17ca161 100644
--- a/docs/README_UK.md
+++ b/docs/README_UK.md
@@ -16,7 +16,7 @@
-
+
@@ -51,7 +51,7 @@ interpreter
## Demo
-https://github.com/KillianLucas/open-interpreter/assets/63927363/37152071-680d-4423-9af3-64836a6f7b60
+https://github.com/OpenInterpreter/open-interpreter/assets/63927363/37152071-680d-4423-9af3-64836a6f7b60
#### Інтерактивна демонстрація також доступна на Google Colab:
@@ -400,11 +400,11 @@ mintlify dev
# Дорожня карта
-Відвідайте [нашу дорожню карту](https://github.com/KillianLucas/open-interpreter/blob/main/docs/ROADMAP.md), щоб переглянути майбутнє Open Interpreter.
+Відвідайте [нашу дорожню карту](https://github.com/OpenInterpreter/open-interpreter/blob/main/docs/ROADMAP.md), щоб переглянути майбутнє Open Interpreter.
**Примітка**: це програмне забезпечення не пов’язане з OpenAI.
-
+
> Маючи доступ до джуніора, який працює зі швидкістю ваших пальців ... ви можете зробити нові робочі процеси легкими та ефективними, а також відкрити переваги програмування новій аудиторії.
>
diff --git a/docs/README_VN.md b/docs/README_VN.md
index 0996835178..d64ba9f4b0 100644
--- a/docs/README_VN.md
+++ b/docs/README_VN.md
@@ -18,7 +18,7 @@
-
+
@@ -47,7 +47,7 @@ Các tính năng chung giao diện ngôn ngữ mang llại
## Thử nghiệm
-https://github.com/KillianLucas/open-interpreter/assets/63927363/37152071-680d-4423-9af3-64836a6f7b60
+https://github.com/OpenInterpreter/open-interpreter/assets/63927363/37152071-680d-4423-9af3-64836a6f7b60
#### Bản thử nghiệm có sẵn trên Google Colab:
diff --git a/docs/README_ZH.md b/docs/README_ZH.md
index 3b008fbe27..38a34c2315 100644
--- a/docs/README_ZH.md
+++ b/docs/README_ZH.md
@@ -17,7 +17,7 @@
-
+
@@ -46,7 +46,7 @@ interpreter
## 演示
-https://github.com/KillianLucas/open-interpreter/assets/63927363/37152071-680d-4423-9af3-64836a6f7b60
+https://github.com/OpenInterpreter/open-interpreter/assets/63927363/37152071-680d-4423-9af3-64836a6f7b60
#### Google Colab 上也提供了交互式演示:
@@ -214,8 +214,8 @@ Open Interpreter 为[函数调用语言模型](https://platform.openai.com/docs/
## 规划图
-若要预览 Open Interpreter 的未来,请查看[我们的路线图](https://github.com/KillianLucas/open-interpreter/blob/main/docs/ROADMAP.md) 。
+若要预览 Open Interpreter 的未来,请查看[我们的路线图](https://github.com/OpenInterpreter/open-interpreter/blob/main/docs/ROADMAP.md) 。
**请注意**:此软件与 OpenAI 无关。
-
+
diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md
index a4aca7ef18..da6a78c658 100644
--- a/docs/ROADMAP.md
+++ b/docs/ROADMAP.md
@@ -12,7 +12,7 @@
- [x] Let people turn off the active line highlighting
- [ ] Add a --plain flag which doesn't use rich, just prints stuff in plain text
- [ ] Use iPython stuff to track the active line, instead of inserting print statements, which makes debugging weird (From ChatGPT: For deeper insights into what's happening behind the scenes, including which line of code is being executed, you can increase the logging level of the IPython kernel. You can configure the kernel's logger to a more verbose setting, which logs each execution request. However, this requires modifying the kernel's startup settings, which might involve changing logging configurations in the IPython kernel source or when launching the kernel.)
-- [ ] Let people edit the code OI writes. Could just open it in the user's preferred editor. Simple. [Full description of how to implement this here.](https://github.com/KillianLucas/open-interpreter/pull/830#issuecomment-1854989795)
+- [ ] Let people edit the code OI writes. Could just open it in the user's preferred editor. Simple. [Full description of how to implement this here.](https://github.com/OpenInterpreter/open-interpreter/pull/830#issuecomment-1854989795)
- [ ] Display images in the terminal interface
- [ ] There should be a function that just renders messages to the terminal, so we can revive conversation navigator, and let people look at their conversations
- [ ] ^ This function should also render the last like 5 messages once input() is about to be run, so we don't get those weird stuttering `rich` artifacts
diff --git a/docs/SAFE_MODE.md b/docs/SAFE_MODE.md
index 7fc5bf7bfe..7ce749e977 100644
--- a/docs/SAFE_MODE.md
+++ b/docs/SAFE_MODE.md
@@ -23,7 +23,7 @@ pip install semgrep
## Enabling Safe Mode
-You can enable safe mode by passing the `--safe` flag when invoking `interpreter` or by configuring `safe_mode` in your [config file](https://github.com/KillianLucas/open-interpreter#configuration).
+You can enable safe mode by passing the `--safe` flag when invoking `interpreter` or by configuring `safe_mode` in your [config file](https://github.com/OpenInterpreter/open-interpreter#configuration).
The safe mode setting has three options:
@@ -44,11 +44,11 @@ safe_mode: ask
Some upcoming features that enable even more safety:
-- [Execute code in containers](https://github.com/KillianLucas/open-interpreter/pull/459)
+- [Execute code in containers](https://github.com/OpenInterpreter/open-interpreter/pull/459)
## Tips & Tricks
-You can adjust the `system_message` in your [config file](https://github.com/KillianLucas/open-interpreter#configuration) to include instructions for the model to scan packages with [`guarddog`]() before installing them.
+You can adjust the `system_message` in your [config file](https://github.com/OpenInterpreter/open-interpreter#configuration) to include instructions for the model to scan packages with [`guarddog`]() before installing them.
```yaml
model: gpt-4
diff --git a/docs/SECURITY.md b/docs/SECURITY.md
index 7c4a608269..720b5042fa 100644
--- a/docs/SECURITY.md
+++ b/docs/SECURITY.md
@@ -32,7 +32,7 @@ fork] to collaborate on a patch.
We appreciate your cooperation in helping keep our users safe by following this
policy.
-[github security advisories]: https://github.com/KillianLucas/open-interpreter/security/advisories
-[new security advisory on github]: https://github.com/KillianLucas/open-interpreter/security/advisories/new
+[github security advisories]: https://github.com/OpenInterpreter/open-interpreter/security/advisories
+[new security advisory on github]: https://github.com/OpenInterpreter/open-interpreter/security/advisories/new
[privately reporting a security vulnerability]: https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability
[temporary private fork]: https://docs.github.com/en/code-security/security-advisories/repository-security-advisories/collaborating-in-a-temporary-private-fork-to-resolve-a-repository-security-vulnerability
diff --git a/docs/getting-started/setup.mdx b/docs/getting-started/setup.mdx
index 50474c32f0..e15df86d84 100644
--- a/docs/getting-started/setup.mdx
+++ b/docs/getting-started/setup.mdx
@@ -65,15 +65,15 @@ To try our experimental installers, open your Terminal with admin privileges [(c