fix(template): remove default initial model in templates

This commit is contained in:
mengyonghao
2025-12-24 12:12:11 +08:00
parent 8c4d31e4d5
commit b99671e04a

View File

@@ -44,11 +44,11 @@ nodes:
- role: user
content: "{{ sys.message }}"
model_id: gpt-3.5-turbo
model_id: null
temperature: 0.7
max_tokens: 1000
position:
x: 300
x: 500
y: 100
- id: end
@@ -57,7 +57,7 @@ nodes:
config:
output: "{{ llm_qa.output }}"
position:
x: 500
x: 900
y: 100
edges: