@isnolan/bodhi-adapter
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -622,3 +622,3 @@ // src/types/provider.ts | ||
top_k: opts.top_k || 1, | ||
top_p: opts.top_p || 1, | ||
// top_p: opts.top_p || 1, | ||
max_tokens: opts.max_tokens || 1024, | ||
@@ -785,3 +785,3 @@ stop_sequences: opts.stop_sequences || [], | ||
top_k: opts.top_k || 1, | ||
top_p: opts.top_p || 1, | ||
// top_p: opts.top_p || 1, | ||
max_tokens: opts.max_tokens || 1024, | ||
@@ -788,0 +788,0 @@ // metadata: |
{ | ||
"name": "@isnolan/bodhi-adapter", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"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
412424