diff --git a/pom.xml b/pom.xml index ff90380..793045e 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.1 + 3.5.7 cn.yinlihupo diff --git a/src/main/resources/application-dev.yaml b/src/main/resources/application-dev.yaml index d4653ff..d53690f 100644 --- a/src/main/resources/application-dev.yaml +++ b/src/main/resources/application-dev.yaml @@ -36,7 +36,7 @@ spring: base-url: https://sg1.proxy.yinlihupo.cc/proxy/https://openrouter.ai/api chat: options: - model: google/gemini-2.5-flash + model: moonshotai/kimi-k2-thinking # MinIO 对象存储配置 minio: diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 6c1e586..db3fe60 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -3,6 +3,10 @@ spring: name: ylhp-AIProjectManager profiles: active: dev + http: + client: + connect-timeout: 30s + read-timeout: 120s # 公共配置 server: