备用大模型接口
新增接口
{% for config in configs %} {% endfor %}
# 服务商 API地址 模型 状态 操作
{{ config.sort_order }} {{ config.provider_name }} {% if config.description %}
{{ config.description }} {% endif %}
{{ config.api_base }} {{ config.model or '默认' }} {% if config.is_active %} 启用 {% else %} 禁用 {% endif %}
{% if not configs %}

暂无备用大模型配置

{% endif %}