@isnolan/bodhi-adapter
Advanced tools
Comparing version 0.5.3 to 0.5.4
@@ -621,4 +621,4 @@ // src/types/provider.ts | ||
temperature: opts.temperature || 0.8, | ||
top_k: opts.top_k || 1, | ||
// top_p: opts.top_p || 1, | ||
top_p: opts.top_p || 1, | ||
// top_k: opts.top_k || 1, | ||
max_tokens: opts.max_tokens || 1024, | ||
@@ -784,4 +784,4 @@ stop_sequences: opts.stop_sequences || [], | ||
temperature: opts.temperature || 0.8, | ||
top_k: opts.top_k || 1, | ||
// top_p: opts.top_p || 1, | ||
top_p: opts.top_p || 1, | ||
// top_k: opts.top_k || 1, | ||
max_tokens: opts.max_tokens || 1024, | ||
@@ -788,0 +788,0 @@ // metadata: |
{ | ||
"name": "@isnolan/bodhi-adapter", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"description": "llms adapter api for bodhi", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet