Chat with Different Models
Select Model:
{% for model in models %}
{{ model }}
{% endfor %}
Your Message:
{% if reply %}
Model Response:
{{ reply }}
{% endif %}