We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b30ff commit 1344e64Copy full SHA for 1344e64
articles/ai-services/openai/how-to/code-interpreter.md
@@ -138,7 +138,7 @@ assistant = client.beta.assistants.create(
138
instructions="You are an AI assistant that can write code to help answer math questions.",
139
model="gpt-4-1106-preview",
140
tools=[{"type": "code_interpreter"}],
141
- tool_resources={"code interpreter":{"file_ids":[file.id]}}
+ tool_resources={"code_interpreter":{"file_ids":[file.id]}}
142
)
143
```
144
0 commit comments