add: default provider icon

Added and set a default provider icon
This commit is contained in:
Dustin Loring
2024-12-15 17:38:39 -05:00
parent a6fa133321
commit d0d0fcd88f
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();