From b1ab6419054e6ee2fd34edbdcf8c2d7c6cd3b5d3 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Tue, 15 Jul 2025 14:00:39 -0400 Subject: add small model for title generation --- patches/ai@4.3.16.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 patches/ai@4.3.16.patch (limited to 'patches') diff --git a/patches/ai@4.3.16.patch b/patches/ai@4.3.16.patch deleted file mode 100644 index 7d6df589d..000000000 --- a/patches/ai@4.3.16.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/dist/index.mjs b/dist/index.mjs -index 92a80377692488c4ba8801ce33e7736ad7055e43..add6281bbecaa1c03d3b48eb99aead4a7a7336b2 100644 ---- a/dist/index.mjs -+++ b/dist/index.mjs -@@ -1593,7 +1593,7 @@ function prepareCallSettings({ - return { - maxTokens, - // TODO v5 remove default 0 for temperature -- temperature: temperature != null ? temperature : 0, -+ temperature: temperature, - topP, - topK, - presencePenalty, -- cgit v1.2.3