refactor: remove ollama legacy shims

This commit is contained in:
Peter Steinberger
2026-03-27 06:38:10 +00:00
parent bd2c208689
commit a3e73daa6b
18 changed files with 15 additions and 195 deletions

View File

@@ -1 +0,0 @@
export { DEFAULT_OLLAMA_EMBEDDING_MODEL } from "./embeddings.js";

View File

@@ -3,7 +3,7 @@ import os from "node:os";
import path from "node:path";
import type { OpenClawConfig } from "openclaw/plugin-sdk/memory-core-host-engine-foundation";
import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
import { DEFAULT_OLLAMA_EMBEDDING_MODEL } from "./embeddings-ollama.js";
import { DEFAULT_OLLAMA_EMBEDDING_MODEL } from "./embeddings.js";
import type {
EmbeddingProvider,
EmbeddingProviderRuntime,