【模块新增】AI:支持通义千问、文心一言、讯飞星火、智谱、DeepSeek 等国内外大模型能力

This commit is contained in:
YunaiV
2024-07-13 11:26:17 +08:00
parent 95936e4a0b
commit c6937cf199
181 changed files with 14204 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
spring:
application:
name: ai-server
profiles:
active: local
server:
port: 48090
# 日志文件配置。注意,如果 logging.file.name 不放在 bootstrap.yaml 配置文件,而是放在 application.yaml 中,会导致出现 LOG_FILE_IS_UNDEFINED 文件
logging:
file:
name: ${user.home}/logs/${spring.application.name}.log # 日志文件名,全路径