Closes #4
Added site tracking Can pick the model the use Better handle llm model based on debug or not
This commit is contained in:
8
llm_be/templates/admin/base_site.html
Normal file
8
llm_be/templates/admin/base_site.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{% extends "admin/base_site.html" %}
|
||||
|
||||
{% block extrahead %}
|
||||
{{ block.super }}
|
||||
{% if not debug %}
|
||||
<script async defer src="https://tianji.aimloperations.com/tracker.js" data-website-id="cm7x7mrcy03kfddsw2jyejzub"></script>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user