diff --git a/src/main/resources/creds-template.yaml b/src/main/resources/creds-template.yaml new file mode 100644 index 000000000..57f742207 --- /dev/null +++ b/src/main/resources/creds-template.yaml @@ -0,0 +1,9 @@ +spring: + ai: + azure: + openai: + api-key: "" + endpoint: "" + chat: + options: + deployment-name: "gpt-4o"