Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@llamaindex/anthropic

Package Overview
Dependencies
Maintainers
0
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@llamaindex/anthropic - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

6

dist/index.js

@@ -462,4 +462,3 @@ import { LLMAgentWorker, LLMAgent } from '@llamaindex/core/agent';

constructor(init){
super();
this.getModelName = (model)=>{
super(), this.getModelName = (model)=>{
if (Object.keys(AVAILABLE_ANTHROPIC_MODELS_WITHOUT_DATE).includes(model)) {

@@ -469,4 +468,3 @@ return AVAILABLE_ANTHROPIC_MODELS_WITHOUT_DATE[model];

return model;
};
_initProto(this);
}, _initProto(this);
this.model = init?.model ?? "claude-3-opus";

@@ -473,0 +471,0 @@ this.temperature = init?.temperature ?? 0.1;

{
"name": "@llamaindex/anthropic",
"description": "Anthropic Adapter for LlamaIndex",
"version": "0.0.2",
"version": "0.0.3",
"type": "module",

@@ -34,4 +34,4 @@ "main": "./dist/index.cjs",

"remeda": "^2.12.0",
"@llamaindex/core": "0.3.1",
"@llamaindex/env": "0.1.14"
"@llamaindex/core": "0.3.2",
"@llamaindex/env": "0.1.15"
},

@@ -38,0 +38,0 @@ "scripts": {

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