mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-03 05:45:04 +03:00
Merge pull request #34 from diegosouzapw/fix/phase-6-6-sse-dedup-analysis
fix(sse): resolve ghost import in chatHelpers.js (Phase 6.6)
This commit is contained in:
@@ -12,8 +12,11 @@
|
||||
*/
|
||||
|
||||
import { getModelInfo } from "../services/model.js";
|
||||
import { detectFormat, getTargetFormat, getModelTargetFormat } from "../services/translator.js";
|
||||
import { PROVIDER_ID_TO_ALIAS } from "../services/model.js";
|
||||
import { detectFormat, getTargetFormat } from "@omniroute/open-sse/services/provider.js";
|
||||
import {
|
||||
getModelTargetFormat,
|
||||
PROVIDER_ID_TO_ALIAS,
|
||||
} from "@omniroute/open-sse/config/providerModels.js";
|
||||
import { logProxyEvent } from "../../lib/proxyLogger.js";
|
||||
import { logTranslationEvent } from "../../lib/translatorEvents.js";
|
||||
import { updateProviderCredentials } from "../services/auth.js";
|
||||
|
||||
Reference in New Issue
Block a user