Skip to content

Commit 412d5cc

Browse files
authored
Update code-interpreter.md
I have # Create an assistant using the file ID section by adding the new assistant name in the header and updated the typo mistakes in the existing header "code interpreter" with "code interpreter" and add ":" after "tool_resources".
1 parent 3e436cf commit 412d5cc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/ai-services/openai/how-to/code-interpreter.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,10 @@ curl https://YOUR_RESOURCE_NAME.openai.azure.com/openai/assistants?api-version=2
164164
"tools": [
165165
{ "type": "code_interpreter" }
166166
],
167-
"model": "gpt-4-1106-preview",
168-
"tool_resources"{
169-
"code interpreter": {
167+
"name": "Assistants playground",
168+
"model": "Replace it with your-custom-model-deployment-name",
169+
"tool_resources":{
170+
"code_interpreter": {
170171
"file_ids": ["assistant-1234"]
171172
}
172173
}

0 commit comments

Comments
 (0)