fix: 修复错误

This commit is contained in:
2026-01-13 00:20:51 +08:00
parent 25c0abd666
commit c99b73d406
5 changed files with 50 additions and 7 deletions

View File

@@ -4,14 +4,14 @@ server:
spring:
ai:
ollama:
base-url: http://117.72.202.142:11434
base-url: http://192.168.109.134:11434
# Redis
redis:
sdk:
config:
host: 117.72.202.142
port: 16379
host: 127.0.0.1
port: 6379
pool-size: 10
min-idle-size: 5
idle-timeout: 30000