Skip to content

Commit 5e9bc46

Browse files
[Automated] Update Playground Manifests (#12093)
Co-authored-by: davidfowl <[email protected]>
1 parent 6455b9d commit 5e9bc46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

playground/AzureAIFoundryEndToEnd/AzureAIFoundryEndToEnd.AppHost/foundry.module.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ resource chat 'Microsoft.CognitiveServices/accounts/deployments@2024-10-01' = {
2626
properties: {
2727
model: {
2828
format: 'Microsoft'
29-
name: 'Phi-4-mini-reasoning'
29+
name: 'Phi-4-mini-instruct'
3030
version: '1'
3131
}
3232
}

playground/withdockerfile/WithDockerfile.AppHost/dynamic-sync.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM golang:1.22-alpine AS builder
22
WORKDIR /app
33
COPY . .
4-
RUN echo "Built at 20251015161637" > /build-info.txt
4+
RUN echo "Built at 20251016161755" > /build-info.txt
55
RUN go build -o qots .
66

77
FROM alpine:latest

0 commit comments

Comments
 (0)