bugfix
This commit is contained in:
parent
c8d2f94cda
commit
97e495cd43
@ -451,8 +451,8 @@ bricks.LlmIO = class extends bricks.VBox {
|
|||||||
|
|
||||||
{{prompt}}
|
{{prompt}}
|
||||||
|
|
||||||
{% for i, r in enumerate(records) %}
|
{% for i, r in records %}
|
||||||
参考{{i}}:{{r.content}}
|
参考{{loop.index}}:{{r.content}}
|
||||||
|
|
||||||
{% endfor %}`;
|
{% endfor %}`;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user