@extends('backend.layouts.master') @section('title', __('static.custom_ai_models.custom_ai_models')) @section('content')
| {{ __('static.custom_ai_models.name') }} | {{ __('static.custom_ai_models.provider') }} | {{ __('static.custom_ai_models.model_name') }} | {{ __('static.custom_ai_models.base_url') }} | {{ __('static.custom_ai_models.is_default') }} | {{ __('static.actions') }} |
|---|---|---|---|---|---|
| {{ $model->name }} | {{ ucfirst($model->provider) }} | {{ $model->model_name ?? '-' }} | {{ $model->base_url ?? '-' }} | @if ($model->is_default) {{ __('static.yes') }} @else {{ __('static.no') }} @endif | |
| {{ __('static.custom_ai_models.no_models') }} | |||||