diff options
| author | Dax Raad <[email protected]> | 2025-06-11 19:09:08 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-06-11 19:09:08 -0400 |
| commit | 29142eb9409ea84bc41d8c1b6546e3cafd7fdd52 (patch) | |
| tree | 6a2b6fba82a993661f462dd172d9ce46f0aaeab2 | |
| parent | aab47714c9035ff71b9b00e7d888a72f8b9fdb7f (diff) | |
| download | opencode-29142eb9409ea84bc41d8c1b6546e3cafd7fdd52.tar.gz opencode-29142eb9409ea84bc41d8c1b6546e3cafd7fdd52.zip | |
add title temp
| -rw-r--r-- | packages/opencode/src/session/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/opencode/src/session/index.ts b/packages/opencode/src/session/index.ts index 674acf7cb..8ffabaa60 100644 --- a/packages/opencode/src/session/index.ts +++ b/packages/opencode/src/session/index.ts @@ -308,6 +308,7 @@ export namespace Session { parts: input.parts, }, ]), + temperature: 0, model: model.language, }) .then((result) => { |
