mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Update results.html
This commit is contained in:
parent
e487f6d733
commit
fd158a5a80
1 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,14 @@
|
||||||
|
{% if chatgpt_api_key_var %}<script src="{{ url_for('static', filename='themes/simple/js/gpt.js') }}"></script>{% endif %}
|
||||||
|
|
||||||
|
{% if chatgpt_api_key_var %}
|
||||||
|
<div id="gptResults" role="complementary" aria-labelledby="gptResults-title">
|
||||||
|
<h4 class="title" id="gptResults-title">{{ _('GPT-3.5 Turbo Results') }} :</h4>
|
||||||
|
<div id="gptResultsContent">
|
||||||
|
<!-- GPT-3.5 Turbo results will be inserted here. -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% extends "simple/base.html" %}
|
{% extends "simple/base.html" %}
|
||||||
{% from 'simple/icons.html' import icon, icon_big, icon_small %}
|
{% from 'simple/icons.html' import icon, icon_big, icon_small %}
|
||||||
{% macro engine_data_form(engine_data) -%}
|
{% macro engine_data_form(engine_data) -%}
|
||||||
|
|
Loading…
Add table
Reference in a new issue