Commit
·
d0d0fcd
1
Parent(s):
a6fa133
add: default provider icon
Browse filesAdded 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/
|
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
|