mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-25 09:14:20 +08:00
(improvement)(config) Remove the supersonic-env configuration file and use the llm-config.yaml file uniformly. (#1238)
This commit is contained in:
@@ -3,5 +3,8 @@ spring:
|
||||
active: local
|
||||
application:
|
||||
name: chat
|
||||
config:
|
||||
import:
|
||||
- classpath:llm-config.yaml
|
||||
mybatis:
|
||||
mapper-locations=classpath:mappers/custom/*.xml,classpath*:/mappers/*.xml
|
||||
mapper-locations=classpath:mappers/custom/*.xml,classpath*:/mappers/*.xml
|
||||
Reference in New Issue
Block a user