LlamaFinetuneGGUF commited on
Commit
6ba9397
·
unverified ·
2 Parent(s): 9e1c44a d0d0fcd

add: default-provider-image

Browse files

added and set a default provider icon

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