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(
138138 instructions = " You are an AI assistant that can write code to help answer math questions." ,
139139 model = " gpt-4-1106-preview" ,
140140 tools = [{" type" : " code_interpreter" }],
141- tool_resources = {" code interpreter " :{" file_ids" :[file .id]}}
141+ tool_resources = {" code_interpreter " :{" file_ids" :[file .id]}}
142142)
143143```
144144
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
397397
398398| Date | Version |Version description |
399399|---|---|---|
400+ |Apr 6, 2025 | 1.1.76| Fix vulnerable image. Updated nginx-ingress-controller to v1.12.1 |
400401|Jan 28, 2025 | 1.1.71| Fix vulnerable image. |
401402|Jan 20, 2025 | 1.1.70| Fix compatible issue with AKS autoscale for AKS 1.30. |
402403|Sep 26, 2024 | 1.1.64| Fixed vulnerabilities. |
You can’t perform that action at this time.
0 commit comments