From 347fa6a5735cd55fa488335fe178df812158a700 Mon Sep 17 00:00:00 2001 From: Imthath Date: Fri, 11 Apr 2025 14:49:02 +0530 Subject: [PATCH] minor fix: set application type for chat helloworld. Signed-off-by: Imthath --- models/chat/helloworld/src/main/resources/application.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/models/chat/helloworld/src/main/resources/application.yaml b/models/chat/helloworld/src/main/resources/application.yaml index 0679b3f..b0fdec5 100644 --- a/models/chat/helloworld/src/main/resources/application.yaml +++ b/models/chat/helloworld/src/main/resources/application.yaml @@ -1,4 +1,6 @@ spring: + main: + web-application-type: none ai: azure: openai: