Skip to content

Commit d4bac48

Browse files
authored
1220 yuluo/adjust name (#16)
* feat: adjust module name Signed-off-by: yuluo-yx <yuluo08290126@gmail.com> * docs: update docs Signed-off-by: yuluo-yx <yuluo08290126@gmail.com> --------- Signed-off-by: yuluo-yx <yuluo08290126@gmail.com>
1 parent 72a1dbf commit d4bac48

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

CONTRIBUTION.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@
1717

1818
```text
1919
|-spring-ai-alibaba-chat-example
20-
|-- dashscope
21-
|----chat-model
20+
|-- dashscope-chat
21+
|----dashscope-chat-model
2222
|------ src
2323
|------ README.md
2424
|------ pom.xml
25-
|----chat-client
25+
|----dashscope-chat-client
2626
|------ src
2727
|------ README.md
2828
|------ pom.xml
29-
|-- ollama
30-
|----chat-model
29+
|-- ollama-chat
30+
|----ollama-chat-model
3131
|------ src
3232
|------ README.md
3333
|------ pom.xml
34-
|----chat-client
34+
|----ollama-chat-client
3535
|------ src
3636
|------ README.md
3737
|------ pom.xml

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@ In this example project, we combine modules according to the way of function, an
2424

2525
```text
2626
|-spring-ai-alibaba-chat-example
27-
|-- dashscope
28-
|----chat-model
27+
|-- dashscope-chat
28+
|----dashscope-chat-model
2929
|------ src
3030
|------ README.md
3131
|------ pom.xml
32-
|----chat-client
32+
|----dashscope-chat-client
3333
|------ src
3434
|------ README.md
3535
|------ pom.xml
36-
|-- ollama
37-
|----chat-model
36+
|-- ollama-chat
37+
|----ollama-chat-model
3838
|------ src
3939
|------ README.md
4040
|------ pom.xml
41-
|----chat-client
41+
|----ollama-chat-client
4242
|------ src
4343
|------ README.md
4444
|------ pom.xml

0 commit comments

Comments
 (0)