Skip to content

Commit 4c4dff3

Browse files
Update README.md
1 parent b782d04 commit 4c4dff3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,11 @@ For the tool to execute properly the docker image must be built first:
132132
```
133133

134134
4. Enter a prompt that would make GPT choose the tool
135-
- e.g., `execute a python script to add two numbers together and show the result`
135+
- e.g., `execute a python script to do something cool with matplotlib and show the result`
136+
137+
**Result with base setup:**
138+
139+
![image](https://github.com/gaia-framework-ai/code-interpreter-tool/assets/167034090/6989c8d9-b53b-4f53-96e8-eb85ad018aed)
136140

137141
### Run Typescript Discord Bot Example
138142

@@ -165,6 +169,10 @@ For the tool to execute properly the docker image must be built first:
165169
6. Enter a prompt to your bot in Discord that would make GPT choose the tool
166170
- e.g., `execute a python script to do something cool and display it`
167171

172+
**Result with blob configured:**
173+
174+
![image](https://github.com/gaia-framework-ai/code-interpreter-tool/assets/167034090/ce81ec82-3462-4930-a77e-544af20ae620)
175+
168176
## Example Run Outputs
169177

170178
View [output examples](docs/output_examples.md) to see example run outputs using the tool with `.runTools(...)` from the [OpenAI Node API](https://www.npmjs.com/package/openai) for easy usage and handling tool errors

0 commit comments

Comments
 (0)