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.
2 parents 5642b07 + 1344e64 commit cf52d6cCopy full SHA for cf52d6c
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