@extends('layouts.admin') {{-- Or your main admin layout --}} @section('title', 'Edit AI Model') @section('header_title', 'Edit AI Model: ' . $model->name) {{-- Use $model --}} @section('content')
The exact model ID used by the provider's API.
Select the setting that stores the API key for the chosen provider. The value saved will be the full key name (e.g., `webpilotai.openai_api_key`).