Merge branch 'main' into fix-variable-name

This commit is contained in:
Anirban Kar
2024-12-16 19:53:01 +05:30
committed by GitHub
10 changed files with 67 additions and 19 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();