You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 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.
Copy file name to clipboardexpand all lines: docs/CONTRIBUTING.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
3
3
**Open Interpreter is large, open-source initiative to build a standard interface between language models and computers.**
4
4
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.
6
6
7
7
We depend on contributors like you. Let's build this.
8
8
9
9
## What should I work on?
10
10
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).
12
12
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).
14
14
15
15
## Philosophy
16
16
@@ -20,9 +20,9 @@ This is a minimalist, **tightly scoped** project that places a premium on simpli
20
20
21
21
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.
22
22
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.
24
24
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.
26
26
6. Open a PR into `main` linking any related issues. Provide detailed context on your changes.
27
27
28
28
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.
> 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.
#### Інтерактивна демонстрація також доступна на Google Colab:
57
57
@@ -400,11 +400,11 @@ mintlify dev
400
400
401
401
# Дорожня карта
402
402
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.
404
404
405
405
**Примітка**: це програмне забезпечення не пов’язане з OpenAI.
> Маючи доступ до джуніора, який працює зі швидкістю ваших пальців ... ви можете зробити нові робочі процеси легкими та ефективними, а також відкрити переваги програмування новій аудиторії.
Copy file name to clipboardexpand all lines: docs/ROADMAP.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
-[x] Let people turn off the active line highlighting
13
13
-[ ] Add a --plain flag which doesn't use rich, just prints stuff in plain text
14
14
-[ ] 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)
16
16
-[ ] Display images in the terminal interface
17
17
-[ ] 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
18
18
-[ ] ^ 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
Copy file name to clipboardexpand all lines: docs/guides/streaming-response.mdx
+2-2
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ In this example, the LLM decided to start writing code first. It could have deci
61
61
62
62
Every streamed chunk of type "code" has a format key that specifies the language. In this case it decided to write `python`.
63
63
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)
65
65
66
66
```
67
67
@@ -156,4 +156,4 @@ Finally, the LLM decided to write a message. This is streamed token-by-token as
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)
Copy file name to clipboardexpand all lines: docs/telemetry/telemetry.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ We will only track usage details that help us make product decisions, specifical
55
55
56
56
We **do not** collect personally-identifiable or sensitive information, such as: usernames, hostnames, file names, environment variables, or hostnames of systems being tested.
57
57
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)**
0 commit comments