import React from 'react'; import { Key, Globe, Info } from 'lucide-react'; import { AppConfig } from '../../types'; interface ApiSectionProps { config: AppConfig; setConfig: (c: AppConfig) => void; } const ApiSection = ({ config, setConfig }: ApiSectionProps) => { return (
Custom Model Configuration
Each custom model can now be configured with its own API key and base URL in the Custom Models section below. This default configuration is used for preset models.