Skip to content

Commit e810ebc

Browse files
committed
move missed files for the chatclient article
1 parent 07e4ffb commit e810ebc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

spring-ai/src/main/java/com/baeldung/springai/chatclient/ChatClientApplication.java renamed to spring-ai-3/src/main/java/com/baeldung/springai/chatclient/ChatClientApplication.java

File renamed without changes.

spring-ai-3/src/main/resources/application.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ spring:
55
chat:
66
options:
77
model: mistral-small-latest
8+
openai:
9+
api-key: xxxx
10+
chat.enabled: true
11+
embedding.enabled: true
12+
chat.options.model: gpt-4o
File renamed without changes.

spring-ai/src/main/resources/application.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
spring:
22
ai:
3-
openai:
4-
api-key: xxxx
5-
chat.enabled: true
6-
embedding.enabled: true
7-
chat.options.model: gpt-4o
83
mistralai:
94
api-key: ${MISTRAL_AI_API_KEY}
105
chat:

0 commit comments

Comments
 (0)