chore(format): oxfmt memory

This commit is contained in:
Peter Steinberger
2026-01-18 07:30:04 +00:00
parent 30338ce1a7
commit ca350fc66c
8 changed files with 32 additions and 28 deletions

View File

@@ -19,4 +19,3 @@ export function computeEmbeddingProviderKey(params: {
}
return hashText(JSON.stringify({ provider: params.providerId, model: params.providerModel }));
}