mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 03:58:14 +00:00
(improvement)(chat) Add model name set in ModelCluster (#449)
Co-authored-by: jolunoluo
This commit is contained in:
@@ -4,8 +4,7 @@ public enum CostType {
|
||||
MAPPER(1, "mapper"),
|
||||
PARSER(2, "parser"),
|
||||
QUERY(3, "query"),
|
||||
PARSERRESPONDER(4, "responder"),
|
||||
PROCESSOR(5, "processor");
|
||||
PROCESSOR(4, "processor");
|
||||
|
||||
private Integer type;
|
||||
private String name;
|
||||
|
||||
Reference in New Issue
Block a user