Skip to content

Commit 1037666

Browse files
committed
Wording in OpenAI examples
1 parent 41646ae commit 1037666

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

examples/openai-js/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# OpenAI o1 Code Interpreter in JS/TS
2-
This is an example that tests the capabilities of OpenAI's o1 model. We let it write the code to train a machine learning model on a dataset from Kaggle. We use the E2B Code Interpreter SDK for running the LLM-generated code tasks in a secure and isolated cloud environment.
1+
# OpenAI Code Interpreter in JS/TS
2+
This is an example that tests the capabilities of OpenAI's models. You can choose from models like o1 or o3-mini. We let the LLM write the code to train a machine learning model on a dataset from Kaggle. We use the E2B Code Interpreter SDK for running the LLM-generated code tasks in a secure and isolated cloud environment.
33

44

55
## Tech Stack
@@ -26,7 +26,7 @@ npm run start
2626

2727
After running the program, you should get the results of a chart visualizing the learning curve of the model trained by o1, saved as `result.png`. You can alternatively ask it to plot other charts, like a confusion matrix or the decision tree itself.
2828

29-
![Example of the output](result.png)
29+
![Example of the output](temperature_analysis.png)
3030

3131
If you encounter any problems, please let us know at our [Discord]((https://discord.com/invite/U7KEcGErtQ)).
3232
If you want to let the world know about what you're building with E2B, tag [@e2b_dev](https://twitter.com/e2b_dev) on X (Twitter).

examples/openai-python/openai.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"metadata": {},
66
"source": [
77
"# Code Interpreting with OpenAi models\n",
8-
"This example uses the E2B's [Code Interpreter](https://github.com/e2b-dev/code-interpreter) as a tool for OpenAI's model. You can choose from models with function-calling support, such as o1 or o3-mini."
8+
"This example uses the E2B's [Code Interpreter](https://github.com/e2b-dev/code-interpreter) as a tool for OpenAI's model. You can choose from models with function-calling support, such as o1 or o3-mini.\n",
9+
"We let the LLM write the code to train a machine learning model on a dataset from Kaggle. We use the E2B Code Interpreter SDK for running the LLM-generated code tasks in a secure and isolated cloud environment."
910
]
1011
},
1112
{

0 commit comments

Comments
 (0)