Skip to content

Commit 43cad0e

Browse files
authored
问题优化节点添加大模型访问端点 (#442)
1 parent c36570c commit 43cad0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/addFlow/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export const configMap = {
103103
},{
104104
node: 'queryOptimizationNodeState',
105105
urls: {
106-
llmModelEndpoint: ``,
106+
llmModelEndpoint: `/llmApi/v1/api/fetch/model-list`,
107107
},
108108
}, {
109109
node: 'textExtractionNodeState',

0 commit comments

Comments
 (0)