mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-29 04:14:20 +08:00
add llm default url config and add pandas in requirements.txt (#59)
This commit is contained in:
@@ -27,3 +27,6 @@ authentication:
|
||||
semantic:
|
||||
url:
|
||||
prefix: http://127.0.0.1:9081
|
||||
|
||||
llm:
|
||||
url: http://127.0.0.1:9092
|
||||
|
||||
@@ -33,3 +33,6 @@ time:
|
||||
|
||||
mybatis:
|
||||
mapper-locations=classpath:mappers/custom/*.xml,classpath*:/mappers/*.xml
|
||||
|
||||
llm:
|
||||
url: http://127.0.0.1:9092
|
||||
|
||||
Reference in New Issue
Block a user