@isnolan/bodhi-adapter
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -363,7 +363,7 @@ // src/types/provider.ts | ||
// gemini-pro:0.9, gemini-pro-vision:0.4 | ||
topP: opts.top_p || void 0, | ||
topP: opts.top_p || 1, | ||
// gemini-pro:none, gemini-pro-vision:32 | ||
topK: opts.top_k || void 0, | ||
topK: opts.top_k || 1, | ||
candidateCount: opts.n || 1, | ||
maxOutputTokens: opts.max_tokens || 1e3, | ||
maxOutputTokens: opts.max_tokens || 2048, | ||
// gemini-pro:2048, gemini-pro-vision:8192 | ||
@@ -370,0 +370,0 @@ stopSequences: opts.stop_sequences || void 0 |
{ | ||
"name": "@isnolan/bodhi-adapter", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"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
372528