@empiricalrun/llm
Advanced tools
Comparing version 0.8.0 to 0.8.1
# @empiricalrun/llm | ||
## 0.8.1 | ||
### Patch Changes | ||
- 6255f5f: chore: bump up the llm package version for testing | ||
## 0.8.0 | ||
@@ -4,0 +10,0 @@ |
@@ -22,3 +22,4 @@ "use strict"; | ||
_defaultModel; | ||
_maxTokens; // limit the max tokens to avoid infinite or high number of roundtrips to llm | ||
// limit the max tokens to avoid infinite or high number of roundtrips to llm | ||
_maxTokens; | ||
constructor({ trace, provider, providerApiKey, traceName = "get-llm-result", maxTokens, defaultModel, }) { | ||
@@ -25,0 +26,0 @@ this._trace = trace; |
{ | ||
"name": "@empiricalrun/llm", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
31919
576