mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 19:51:00 +00:00
[improvement](chat) remove FilterCondition in LLMReq (#430)
This commit is contained in:
@@ -113,7 +113,6 @@ public class LLMRequestService {
|
||||
llmReq.setQueryText(queryText);
|
||||
Long firstModelId = modelCluster.getFirstModel();
|
||||
LLMReq.FilterCondition filterCondition = new LLMReq.FilterCondition();
|
||||
filterCondition.setTableName(modelIdToName.get(firstModelId));
|
||||
llmReq.setFilterCondition(filterCondition);
|
||||
|
||||
LLMReq.LLMSchema llmSchema = new LLMReq.LLMSchema();
|
||||
|
||||
Reference in New Issue
Block a user