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

@langchain/community

Package Overview
Dependencies
Maintainers
6
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@langchain/community - npm Package Compare versions

Comparing version 0.0.48 to 0.0.49

chat_models/friendli.cjs

2

dist/load/import_constants.js

@@ -22,2 +22,3 @@ // Auto-generated by `scripts/create-entrypoints.js`. Do not edit manually.

"langchain_community/llms/cohere",
"langchain_community/llms/friendli",
"langchain_community/llms/googlepalm",

@@ -76,2 +77,3 @@ "langchain_community/llms/googlevertexai",

"langchain_community/chat_models/bedrock/web",
"langchain_community/chat_models/friendli",
"langchain_community/chat_models/googlevertexai",

@@ -78,0 +80,0 @@ "langchain_community/chat_models/googlevertexai/web",

@@ -29,2 +29,3 @@ export * as load__serializable from "../load/serializable.js";

export * as llms__fireworks from "../llms/fireworks.js";
export * as llms__friendli from "../llms/friendli.js";
export * as llms__ollama from "../llms/ollama.js";

@@ -40,2 +41,3 @@ export * as llms__togetherai from "../llms/togetherai.js";

export * as chat_models__fireworks from "../chat_models/fireworks.js";
export * as chat_models__friendli from "../chat_models/friendli.js";
export * as chat_models__minimax from "../chat_models/minimax.js";

@@ -42,0 +44,0 @@ export * as chat_models__ollama from "../chat_models/ollama.js";

@@ -30,2 +30,3 @@ // Auto-generated by `scripts/create-entrypoints.js`. Do not edit manually.

export * as llms__fireworks from "../llms/fireworks.js";
export * as llms__friendli from "../llms/friendli.js";
export * as llms__ollama from "../llms/ollama.js";

@@ -41,2 +42,3 @@ export * as llms__togetherai from "../llms/togetherai.js";

export * as chat_models__fireworks from "../chat_models/fireworks.js";
export * as chat_models__friendli from "../chat_models/friendli.js";
export * as chat_models__minimax from "../chat_models/minimax.js";

@@ -43,0 +45,0 @@ export * as chat_models__ollama from "../chat_models/ollama.js";

@@ -20,2 +20,4 @@ export interface OptionalImportMap {

FIREWORKS_API_KEY?: string;
FRIENDLI_TOKEN?: string;
FRIENDLI_TEAM?: string;
GOOGLE_API_KEY?: string;

@@ -22,0 +24,0 @@ GOOGLE_PALM_API_KEY?: string;

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 too big to display

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