We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f17e60 commit 3062e3eCopy full SHA for 3062e3e
var/www/templates/objects/image/block_img_ollama_small.html
@@ -1,7 +1,7 @@
1
{% if ollama_enabled or ollama_description %}
2
<span>
3
{% if ollama_description %}
4
- <i class="fa-solid fa-circle-info fa-2x" style="color: #c0bfbc;" onmouseenter="show_text_tooltip(this, '{{ ollama_description | tojson }}')" onmouseleave="hide_obj_tooltip(this)"></i>
+ <i class="fa-solid fa-circle-info fa-2x" style="color: #c0bfbc;" onmouseenter="show_text_tooltip(this, '{{ ollama_description }}')" onmouseleave="hide_obj_tooltip(this)"></i>
5
{% elif ollama_enabled %}
6
7
<a class="btn btn-info" href="{{ url_for('objects_item.image_describe') }}?gid={{ image_gid }}"><i class="fa-solid fa-magnifying-glass-plus"></i> 📝</a>
0 commit comments