fix: use data_url instead of get_data_url to match JSON key
This commit is contained in:
parent
3a865e89a2
commit
9f9a60a732
@ -41,8 +41,8 @@ data_browser_tmpl = """
|
||||
{% endif %}
|
||||
},
|
||||
{% endif %}
|
||||
{% if get_data_url %}
|
||||
"data_url": "{{get_data_url}}",
|
||||
{% if data_url %}
|
||||
"data_url": "{{data_url}}",
|
||||
{% else %}
|
||||
"data_url":"{%- raw -%}{{entire_url('./get_{%- endraw -%}{{summary[0].name}}{%- raw -%}.dspy')}}",{%- endraw %}
|
||||
{% endif %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user