Skip to content

Commit 2f7f45d

Browse files
committed
Update older URLs
1 parent 9733256 commit 2f7f45d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ OpenAI's release of [Code Interpreter](https://openai.com/blog/chatgpt-plugins#c
8282
However, OpenAI's service is hosted, closed-source, and heavily restricted:
8383

8484
- 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/).
8686
- 100 MB maximum upload, 120.0 second runtime limit.
8787
- State is cleared (along with any generated files or links) when the environment dies.
8888

@@ -348,7 +348,7 @@ There is **experimental** support for a [safe mode](https://github.com/OpenInter
348348

349349
## How Does it Work?
350350

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

353353
We then stream the model's messages, code, and your system's outputs to the terminal as Markdown.
354354

0 commit comments

Comments
 (0)