New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@empiricalrun/llm

Package Overview
Dependencies
Maintainers
0
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@empiricalrun/llm - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

6

CHANGELOG.md
# @empiricalrun/llm
## 0.8.1
### Patch Changes
- 6255f5f: chore: bump up the llm package version for testing
## 0.8.0

@@ -4,0 +10,0 @@

3

dist/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc