move transformers.ts

This commit is contained in:
kwaroran
2024-03-17 23:55:55 +09:00
parent 9d7c300ec6
commit 1954a79bd0
8 changed files with 7 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ import { supportsInlayImage } from "./files/image";
import { OaifixBias } from "../plugins/fixer";
import { Capacitor } from "@capacitor/core";
import { getFreeOpenRouterModel } from "../model/openrouter";
import { runTransformers } from "./embedding/transformers";
import { runTransformers } from "./transformers";
import {createParser, type ParsedEvent, type ReconnectInterval} from 'eventsource-parser'