mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
creds template file
This commit is contained in:
parent
a382e8f721
commit
16f57655f8
1 changed files with 9 additions and 0 deletions
9
src/main/resources/creds-template.yaml
Normal file
9
src/main/resources/creds-template.yaml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
spring:
|
||||||
|
ai:
|
||||||
|
azure:
|
||||||
|
openai:
|
||||||
|
api-key: ""
|
||||||
|
endpoint: ""
|
||||||
|
chat:
|
||||||
|
options:
|
||||||
|
deployment-name: "gpt-4o"
|
Loading…
Reference in a new issue