Fix import statement in background.ts

This commit is contained in:
n4ze3m 2024-04-07 18:53:33 +05:30
parent be11b72ba5
commit 291f7392c2

View File

@ -1,4 +1,3 @@
import { processKnowledge } from "@/libs/process-knowledge"
import { getOllamaURL, isOllamaRunning } from "../services/ollama"
const progressHuman = (completed: number, total: number) => {
return ((completed / total) * 100).toFixed(0) + "%"