style: remove unused import
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { llm } from "@/openrouter";
|
import { llm } from "@/openrouter";
|
||||||
import { extractedFactSchema, type ExtractedFactResult } from "@/openrouter/schema";
|
import { extractedFactSchema, type ExtractedFactResult } from "@/openrouter/schema";
|
||||||
import { type ExtractedFact, LlmFactExtractor } from "identitydb";
|
import { LlmFactExtractor } from "identitydb";
|
||||||
|
|
||||||
export const factExtractor = new LlmFactExtractor({
|
export const factExtractor = new LlmFactExtractor({
|
||||||
model: {
|
model: {
|
||||||
|
|||||||
Reference in New Issue
Block a user