Commit 8c20bac4 authored by 林洋洋's avatar 林洋洋

依赖冲突解决

parent 6cc434d2
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
<dependency> <dependency>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId> <artifactId>commons-compress</artifactId>
<version>1.24.0</version> <version>1.27.1</version>
</dependency> </dependency>
<!-- SpringBoot Actuator --> <!-- SpringBoot Actuator -->
<dependency> <dependency>
......
...@@ -41,9 +41,9 @@ spring: ...@@ -41,9 +41,9 @@ spring:
options: options:
model: deepseek-r1-0528 model: deepseek-r1-0528
embedding: embedding:
base-url: https://dashscope.aliyuncs.com/compatible-mode
options: options:
base-url: https://dashscope.aliyuncs.com/compatible-mode model: text-embedding-v4
model: Qwen3-Embedding-8B
deepseek: deepseek:
base-url: https://dashscope.aliyuncs.com/compatible-mode/v1 base-url: https://dashscope.aliyuncs.com/compatible-mode/v1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment