Merge pull request #19042 from Classic298/remove-litellm-endpoint

refactor: Remove unused litellm endpoint and associated frontend code
This commit is contained in:
Tim Baek
2025-11-08 15:12:39 -05:00
committed by GitHub
3 changed files with 1 additions and 43 deletions

View File

@@ -2,7 +2,7 @@
import fileSaver from 'file-saver';
const { saveAs } = fileSaver;
import { downloadDatabase, downloadLiteLLMConfig } from '$lib/apis/utils';
import { downloadDatabase } from '$lib/apis/utils';
import { onMount, getContext } from 'svelte';
import { config, user } from '$lib/stores';
import { toast } from 'svelte-sonner';