File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
ai-services/openai/how-to Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ assistant = client.beta.assistants.create(
138
138
instructions = " You are an AI assistant that can write code to help answer math questions." ,
139
139
model = " gpt-4-1106-preview" ,
140
140
tools = [{" type" : " code_interpreter" }],
141
- tool_resources = {" code interpreter " :{" file_ids" :[file .id]}}
141
+ tool_resources = {" code_interpreter " :{" file_ids" :[file .id]}}
142
142
)
143
143
```
144
144
Original file line number Diff line number Diff line change @@ -397,6 +397,7 @@ More information about how to use ARM template can be found from [ARM template d
397
397
398
398
| Date | Version |Version description |
399
399
|---|---|---|
400
+ |Apr 6, 2025 | 1.1.76| Fix vulnerable image. Updated nginx-ingress-controller to v1.12.1 |
400
401
|Jan 28, 2025 | 1.1.71| Fix vulnerable image. |
401
402
|Jan 20, 2025 | 1.1.70| Fix compatible issue with AKS autoscale for AKS 1.30. |
402
403
|Sep 26, 2024 | 1.1.64| Fixed vulnerabilities. |
You can’t perform that action at this time.
0 commit comments