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