add: default-provider-image

added and set a default provider icon
This commit is contained in:
Dustin Loring
2024-12-15 17:52:23 -05:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ import type { IProviderConfig } from '~/types/model';
import { logStore } from '~/lib/stores/logs';
// Import a default fallback icon
import DefaultIcon from '/icons/Ollama.svg'; // Adjust the path as necessary
import DefaultIcon from '/icons/Default.svg'; // Adjust the path as necessary
export default function ProvidersTab() {
const { providers, updateProviderSettings, isLocalModel } = useSettings();