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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ OpenAI's release of [Code Interpreter](https://openai.com/blog/chatgpt-plugins#c
82
82
However, OpenAI's service is hosted, closed-source, and heavily restricted:
83
83
84
84
- No internet access.
85
-
-[Limited set of pre-installed packages](https://wfhbrian.com/mastering-chatgpts-code-interpreter-list-of-python-packages/).
85
+
-[Limited set of pre-installed packages](https://wfhbrian.com/artificial-intelligence/mastering-chatgpts-code-interpreter-list-of-python-packages/).
86
86
- 100 MB maximum upload, 120.0 second runtime limit.
87
87
- State is cleared (along with any generated files or links) when the environment dies.
88
88
@@ -348,7 +348,7 @@ There is **experimental** support for a [safe mode](https://github.com/OpenInter
348
348
349
349
## How Does it Work?
350
350
351
-
Open Interpreter equips a [function-calling language model](https://platform.openai.com/docs/guides/gpt/function-calling) with an `exec()` function, which accepts a `language` (like "Python" or "JavaScript") and `code` to run.
351
+
Open Interpreter equips a [function-calling language model](https://platform.openai.com/docs/guides/function-calling) with an `exec()` function, which accepts a `language` (like "Python" or "JavaScript") and `code` to run.
352
352
353
353
We then stream the model's messages, code, and your system's outputs to the terminal as Markdown.
0 commit comments