{% extends '@EasyAdmin/page/content.html.twig' %} {% block page_title %}Ingest Article{% endblock %} {% block main %} {% if catalogNumber %}
| Vision model | {{ aiConfig.vision_model }} |
|---|---|
| Text model | {{ aiConfig.text_model }} |
| Mistral endpoint | {{ aiConfig.mistral_base_url }} |
| Mistral API key | {% if aiConfig.mistral_key_set %} set {{ aiConfig.mistral_key_hint }} {% else %} not set {% endif %} |
| Ollama endpoint | {{ aiConfig.ollama_base_url }} |