fix(template): remove default initial model in templates
This commit is contained in:
@@ -44,11 +44,11 @@ nodes:
|
|||||||
- role: user
|
- role: user
|
||||||
content: "{{ sys.message }}"
|
content: "{{ sys.message }}"
|
||||||
|
|
||||||
model_id: gpt-3.5-turbo
|
model_id: null
|
||||||
temperature: 0.7
|
temperature: 0.7
|
||||||
max_tokens: 1000
|
max_tokens: 1000
|
||||||
position:
|
position:
|
||||||
x: 300
|
x: 500
|
||||||
y: 100
|
y: 100
|
||||||
|
|
||||||
- id: end
|
- id: end
|
||||||
@@ -57,7 +57,7 @@ nodes:
|
|||||||
config:
|
config:
|
||||||
output: "{{ llm_qa.output }}"
|
output: "{{ llm_qa.output }}"
|
||||||
position:
|
position:
|
||||||
x: 500
|
x: 900
|
||||||
y: 100
|
y: 100
|
||||||
|
|
||||||
edges:
|
edges:
|
||||||
|
|||||||
Reference in New Issue
Block a user