Skip to content

Commit b67deca

Browse files
authored
replaced the KillianLucas urls with OpenInterpreter
1 parent f8c06cc commit b67deca

16 files changed

+37
-37
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
value: |
99
Your issue may have already been reported. Please check the following link for common issues and solutions.
1010
11-
[Commonly faced issues and their solutions](https://github.com/KillianLucas/open-interpreter/issues/164)
11+
[Commonly faced issues and their solutions](https://github.com/OpenInterpreter/open-interpreter/issues/164)
1212
- type: textarea
1313
id: description
1414
attributes:

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This provides a natural-language interface to your computer's general-purpose ca
5151

5252
## Demo
5353

54-
https://github.com/KillianLucas/open-interpreter/assets/63927363/37152071-680d-4423-9af3-64836a6f7b60
54+
https://github.com/OpenInterpreter/open-interpreter/assets/63927363/37152071-680d-4423-9af3-64836a6f7b60
5555

5656
#### An interactive demo is also available on Google Colab:
5757

@@ -401,11 +401,11 @@ Please see our [contributing guidelines](https://github.com/OpenInterpreter/open
401401

402402
# Roadmap
403403

404-
Visit [our roadmap](https://github.com/KillianLucas/open-interpreter/blob/main/docs/ROADMAP.md) to preview the future of Open Interpreter.
404+
Visit [our roadmap](https://github.com/OpenInterpreter/open-interpreter/blob/main/docs/ROADMAP.md) to preview the future of Open Interpreter.
405405

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

408-
![thumbnail-ncu](https://github.com/KillianLucas/open-interpreter/assets/63927363/1b19a5db-b486-41fd-a7a1-fe2028031686)
408+
![thumbnail-ncu](https://github.com/OpenInterpreter/open-interpreter/assets/63927363/1b19a5db-b486-41fd-a7a1-fe2028031686)
409409

410410
> 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.
411411
>

docs/CONTRIBUTING.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
**Open Interpreter is large, open-source initiative to build a standard interface between language models and computers.**
44

5-
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.
5+
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.
66

77
We depend on contributors like you. Let's build this.
88

99
## What should I work on?
1010

11-
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).
11+
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).
1212

13-
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).
13+
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).
1414

1515
## Philosophy
1616

@@ -20,9 +20,9 @@ This is a minimalist, **tightly scoped** project that places a premium on simpli
2020

2121
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.
2222
2. Fork the repository and create a new branch for your work.
23-
3. Follow the [Running Your Local Fork](https://github.com/KillianLucas/open-interpreter/blob/main/docs/CONTRIBUTING.md#running-your-local-fork) guide below.
23+
3. Follow the [Running Your Local Fork](https://github.com/OpenInterpreter/open-interpreter/blob/main/docs/CONTRIBUTING.md#running-your-local-fork) guide below.
2424
4. Make changes with clear code comments explaining your approach. Try to follow existing conventions in the code.
25-
5. Follow the [Code Formatting and Linting](https://github.com/KillianLucas/open-interpreter/blob/main/docs/CONTRIBUTING.md#code-formatting-and-linting) guide below.
25+
5. Follow the [Code Formatting and Linting](https://github.com/OpenInterpreter/open-interpreter/blob/main/docs/CONTRIBUTING.md#code-formatting-and-linting) guide below.
2626
6. Open a PR into `main` linking any related issues. Provide detailed context on your changes.
2727

2828
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.

docs/README_DE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<br>
2020

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

2323
<br>
2424

@@ -47,7 +47,7 @@ Dies bietet eine natürliche Sprachschnittstelle zu den allgemeinen Fähigkeiten
4747

4848
## Demo
4949

50-
https://github.com/KillianLucas/open-interpreter/assets/63927363/37152071-680d-4423-9af3-64836a6f7b60
50+
https://github.com/OpenInterpreter/open-interpreter/assets/63927363/37152071-680d-4423-9af3-64836a6f7b60
5151

5252
#### Eine interaktive Demo ist auch auf Google Colab verfügbar:
5353

docs/README_ES.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<br>
1818

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

2121
<br>
2222
<p align="center">
@@ -51,7 +51,7 @@ Esto proporciona una interfaz de lenguaje natural para las capacidades generales
5151

5252
## Demo
5353

54-
https://github.com/KillianLucas/open-interpreter/assets/63927363/37152071-680d-4423-9af3-64836a6f7b60
54+
https://github.com/OpenInterpreter/open-interpreter/assets/63927363/37152071-680d-4423-9af3-64836a6f7b60
5555

5656
#### También hay disponible una demo interactiva en Google Colab:
5757

@@ -401,11 +401,11 @@ Por favor, consulte nuestras [directrices de contribución](docs/CONTRIBUTING.md
401401

402402
# Roadmap
403403

404-
Visite [nuestro roadmap](https://github.com/KillianLucas/open-interpreter/blob/main/docs/ROADMAP.md) para ver el futuro de Intérprete Abierto.
404+
Visite [nuestro roadmap](https://github.com/OpenInterpreter/open-interpreter/blob/main/docs/ROADMAP.md) para ver el futuro de Intérprete Abierto.
405405

406406
**Nota:** Este software no está afiliado con OpenAI.
407407

408-
![thumbnail-ncu](https://github.com/KillianLucas/open-interpreter/assets/63927363/1b19a5db-b486-41fd-a7a1-fe2028031686)
408+
![thumbnail-ncu](https://github.com/OpenInterpreter/open-interpreter/assets/63927363/1b19a5db-b486-41fd-a7a1-fe2028031686)
409409

410410
> 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.
411411
>

docs/README_IN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<br>
1919

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

2222
<br>
2323

docs/README_JA.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<br>
2020

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

2323
<br>
2424

@@ -51,7 +51,7 @@ interpreter
5151

5252
## デモ
5353

54-
https://github.com/KillianLucas/open-interpreter/assets/63927363/37152071-680d-4423-9af3-64836a6f7b60
54+
https://github.com/OpenInterpreter/open-interpreter/assets/63927363/37152071-680d-4423-9af3-64836a6f7b60
5555

5656
#### Google Colab でも対話形式のデモを利用できます:
5757

@@ -388,7 +388,7 @@ Open Interpreter は、[関数が呼び出せる言語モデル](https://platfor
388388

389389
# ロードマップ
390390

391-
Open Interpreter の未来を一足先に見るために、[私たちのロードマップ](https://github.com/KillianLucas/open-interpreter/blob/main/docs/ROADMAP.md)をご覧ください。
391+
Open Interpreter の未来を一足先に見るために、[私たちのロードマップ](https://github.com/OpenInterpreter/open-interpreter/blob/main/docs/ROADMAP.md)をご覧ください。
392392

393393
**注意**: このソフトウェアは OpenAI とは関連していません。
394394

docs/README_UK.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<br>
1818

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

2121
<br>
2222
<p align="center">
@@ -51,7 +51,7 @@ interpreter
5151

5252
## Demo
5353

54-
https://github.com/KillianLucas/open-interpreter/assets/63927363/37152071-680d-4423-9af3-64836a6f7b60
54+
https://github.com/OpenInterpreter/open-interpreter/assets/63927363/37152071-680d-4423-9af3-64836a6f7b60
5555

5656
#### Інтерактивна демонстрація також доступна на Google Colab:
5757

@@ -400,11 +400,11 @@ mintlify dev
400400

401401
# Дорожня карта
402402

403-
Відвідайте [нашу дорожню карту](https://github.com/KillianLucas/open-interpreter/blob/main/docs/ROADMAP.md), щоб переглянути майбутнє Open Interpreter.
403+
Відвідайте [нашу дорожню карту](https://github.com/OpenInterpreter/open-interpreter/blob/main/docs/ROADMAP.md), щоб переглянути майбутнє Open Interpreter.
404404

405405
**Примітка**: це програмне забезпечення не пов’язане з OpenAI.
406406

407-
![thumbnail-ncu](https://github.com/KillianLucas/open-interpreter/assets/63927363/1b19a5db-b486-41fd-a7a1-fe2028031686)
407+
![thumbnail-ncu](https://github.com/OpenInterpreter/open-interpreter/assets/63927363/1b19a5db-b486-41fd-a7a1-fe2028031686)
408408

409409
> Маючи доступ до джуніора, який працює зі швидкістю ваших пальців ... ви можете зробити нові робочі процеси легкими та ефективними, а також відкрити переваги програмування новій аудиторії.
410410
>

docs/README_VN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<br>
2020

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

2323
<br>
2424

@@ -47,7 +47,7 @@ Các tính năng chung giao diện ngôn ngữ mang llại
4747

4848
## Thử nghiệm
4949

50-
https://github.com/KillianLucas/open-interpreter/assets/63927363/37152071-680d-4423-9af3-64836a6f7b60
50+
https://github.com/OpenInterpreter/open-interpreter/assets/63927363/37152071-680d-4423-9af3-64836a6f7b60
5151

5252
#### Bản thử nghiệm có sẵn trên Google Colab:
5353

docs/README_ZH.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<br>
1919

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

2222
<br>
2323

@@ -46,7 +46,7 @@ interpreter
4646

4747
## 演示
4848

49-
https://github.com/KillianLucas/open-interpreter/assets/63927363/37152071-680d-4423-9af3-64836a6f7b60
49+
https://github.com/OpenInterpreter/open-interpreter/assets/63927363/37152071-680d-4423-9af3-64836a6f7b60
5050

5151
#### Google Colab 上也提供了交互式演示:
5252

@@ -214,8 +214,8 @@ Open Interpreter 为[函数调用语言模型](https://platform.openai.com/docs/
214214

215215
## 规划图
216216

217-
若要预览 Open Interpreter 的未来,请查看[我们的路线图](https://github.com/KillianLucas/open-interpreter/blob/main/docs/ROADMAP.md)
217+
若要预览 Open Interpreter 的未来,请查看[我们的路线图](https://github.com/OpenInterpreter/open-interpreter/blob/main/docs/ROADMAP.md)
218218

219219
**请注意**:此软件与 OpenAI 无关。
220220

221-
![thumbnail-ncu](https://github.com/KillianLucas/open-interpreter/assets/63927363/1b19a5db-b486-41fd-a7a1-fe2028031686)
221+
![thumbnail-ncu](https://github.com/OpenInterpreter/open-interpreter/assets/63927363/1b19a5db-b486-41fd-a7a1-fe2028031686)

docs/ROADMAP.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- [x] Let people turn off the active line highlighting
1313
- [ ] Add a --plain flag which doesn't use rich, just prints stuff in plain text
1414
- [ ] 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.)
15-
- [ ] 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)
15+
- [ ] 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)
1616
- [ ] Display images in the terminal interface
1717
- [ ] 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
1818
- [ ] ^ 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

docs/SAFE_MODE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ safe_mode: ask
4444
4545
Some upcoming features that enable even more safety:
4646
47-
- [Execute code in containers](https://github.com/KillianLucas/open-interpreter/pull/459)
47+
- [Execute code in containers](https://github.com/OpenInterpreter/open-interpreter/pull/459)
4848
4949
## Tips & Tricks
5050

docs/SECURITY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ fork] to collaborate on a patch.
3232
We appreciate your cooperation in helping keep our users safe by following this
3333
policy.
3434

35-
[github security advisories]: https://github.com/KillianLucas/open-interpreter/security/advisories
36-
[new security advisory on github]: https://github.com/KillianLucas/open-interpreter/security/advisories/new
35+
[github security advisories]: https://github.com/OpenInterpreter/open-interpreter/security/advisories
36+
[new security advisory on github]: https://github.com/OpenInterpreter/open-interpreter/security/advisories/new
3737
[privately reporting a security vulnerability]: https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability
3838
[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

docs/guides/streaming-response.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ In this example, the LLM decided to start writing code first. It could have deci
6161

6262
Every streamed chunk of type "code" has a format key that specifies the language. In this case it decided to write `python`.
6363

64-
This can be any language defined in [our languages directory.](https://github.com/KillianLucas/open-interpreter/tree/main/interpreter/core/computer/terminal/languages)
64+
This can be any language defined in [our languages directory.](https://github.com/OpenInterpreter/open-interpreter/tree/main/interpreter/core/computer/terminal/languages)
6565

6666
```
6767
@@ -156,4 +156,4 @@ Finally, the LLM decided to write a message. This is streamed token-by-token as
156156
{"role": "assistant", "type": "message", "end": True}
157157
```
158158

159-
For an example in JavaScript on how you might process these streamed chunks, see the [migration guide](https://github.com/KillianLucas/open-interpreter/blob/main/docs/NCU_MIGRATION_GUIDE.md)
159+
For an example in JavaScript on how you might process these streamed chunks, see the [migration guide](https://github.com/OpenInterpreter/open-interpreter/blob/main/docs/NCU_MIGRATION_GUIDE.md)

docs/safety/safe-mode.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ safe_mode: ask
4848
4949
Some upcoming features that enable even more safety:
5050
51-
- [Execute code in containers](https://github.com/KillianLucas/open-interpreter/pull/459)
51+
- [Execute code in containers](https://github.com/OpenInterpreter/open-interpreter/pull/459)
5252
5353
## Tips & Tricks
5454

docs/telemetry/telemetry.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ We will only track usage details that help us make product decisions, specifical
5555

5656
We **do not** collect personally-identifiable or sensitive information, such as: usernames, hostnames, file names, environment variables, or hostnames of systems being tested.
5757

58-
To view the list of events we track, you may reference the **[code](https://github.com/KillianLucas/open-interpreter/tree/main/interpreter/core)**
58+
To view the list of events we track, you may reference the **[code](https://github.com/OpenInterpreter/open-interpreter/tree/main/interpreter/core)**
5959

6060
## Where is telemetry information stored?
6161

0 commit comments

Comments
 (0)