mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-28 11:46:30 +08:00
(improvement)(project) rename llm to llmParser and optimizing python start scripts and optimizing and optimizing build/start scripts (#91)
This commit is contained in:
@@ -13,7 +13,7 @@ spring:
|
||||
password: chat
|
||||
|
||||
server:
|
||||
port: 9080
|
||||
port: 9082
|
||||
|
||||
authentication:
|
||||
enable: true
|
||||
|
||||
10
launchers/chat/src/main/resources/optimization.properties
Normal file
10
launchers/chat/src/main/resources/optimization.properties
Normal file
@@ -0,0 +1,10 @@
|
||||
one.detection.size=8
|
||||
one.detection.max.size=20
|
||||
metric.dimension.min.threshold=0.3
|
||||
metric.dimension.threshold=0.3
|
||||
dimension.value.threshold=0.5
|
||||
function.bonus.threshold=201
|
||||
long.text.threshold=0.8
|
||||
short.text.threshold=0.5
|
||||
query.text.length.threshold=10
|
||||
candidate.threshold=0.2
|
||||
Reference in New Issue
Block a user