Socket
Socket
Sign inDemoInstall

llm-interface

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

llm-interface - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

package.json
{
"name": "llm-interface",
"version": "0.0.4",
"version": "0.0.5",
"main": "src/index.js",

@@ -5,0 +5,0 @@ "description": "A simple, unified interface for integrating and interacting with multiple Large Language Model (LLM) APIs, including OpenAI, Anthropic, Google Gemini, Groq, and LlamaCPP.",

@@ -5,3 +5,3 @@ # llm-interface

![Version 0.0.3](https://img.shields.io/badge/Version-0.0.3-blue) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Built with Node.js](https://img.shields.io/badge/Built%20with-Node.js-green)](https://nodejs.org/)
![Version 0.0.4](https://img.shields.io/badge/Version-0.0.4-blue) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Built with Node.js](https://img.shields.io/badge/Built%20with-Node.js-green)](https://nodejs.org/)

@@ -8,0 +8,0 @@ ## Introduction

@@ -8,10 +8,10 @@ /**

openai: "./openai",
claude: "./claude",
anthropic: "./anthropic",
gemini: "./gemini",
llamacpp: "./llamacpp",
reka: "./reka",
groq: "./groq",
};
const handlers = {};
Object.keys(modules).forEach((key) => {

@@ -18,0 +18,0 @@ Object.defineProperty(handlers, key, {

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