summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-07-15 14:00:39 -0400
committerDax Raad <[email protected]>2025-07-15 14:00:52 -0400
commitb1ab6419054e6ee2fd34edbdcf8c2d7c6cd3b5d3 (patch)
tree115080a899ef9edb518d342950c7d60c1ae4fa61 /patches
parent76e256ed64e5654802617c07187d6c51d36db3b5 (diff)
downloadopencode-b1ab6419054e6ee2fd34edbdcf8c2d7c6cd3b5d3.tar.gz
opencode-b1ab6419054e6ee2fd34edbdcf8c2d7c6cd3b5d3.zip
add small model for title generation
Diffstat (limited to 'patches')
-rw-r--r--patches/[email protected]13
1 files changed, 0 insertions, 13 deletions
diff --git a/patches/[email protected] b/patches/[email protected]
deleted file mode 100644
index 7d6df589d..000000000
--- a/patches/[email protected]
+++ /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,