chore: update Cargo.lock, LlmSettings, tailwind config

This commit is contained in:
Yuriy 2026-02-12 13:30:09 +03:00
parent 12e3c52252
commit 23c2059773
3 changed files with 107 additions and 409 deletions

File diff suppressed because it is too large Load Diff

View File

@ -140,7 +140,7 @@ export function LlmSettingsPage() {
</div> </div>
)} )}
{/* Base URL (Ollama) */} {/* Base URL (Ollama or custom) */}
{settings.provider === 'ollama' && ( {settings.provider === 'ollama' && (
<div className="space-y-2"> <div className="space-y-2">
<label className="text-sm font-medium text-muted-foreground">URL Ollama</label> <label className="text-sm font-medium text-muted-foreground">URL Ollama</label>

View File

@ -1,5 +1,5 @@
import tailwindcssAnimate from "tailwindcss-animate";
import type { Config } from "tailwindcss"; import type { Config } from "tailwindcss";
import tailwindcssAnimate from "tailwindcss-animate";
export default { export default {
darkMode: ["class"], darkMode: ["class"],