From a6e8193732b40208031e12d0fc9d384ac02e4d44 Mon Sep 17 00:00:00 2001 From: Sam Estrin Date: Mon, 17 Jun 2024 16:43:55 -0700 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ecbc1fe..da31c13 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "llm-interface", - "version": "0.0.11.3", + "version": "1.0.0", "main": "src/index.js", - "description": "A simple, unified interface for integrating and interacting with multiple Large Language Model (LLM) APIs, including OpenAI, Anthropic, Google Gemini, Groq, and LlamaCPP.", + "description": "A simple, unified interface for integrating and interacting with multiple Large Language Model (LLM) APIs, including OpenAI, AI21 Studio, Anthropic, Cohere, Google Gemini, Goose AI, Groq, Hugging Face, Mistral AI, Perplexity, Reka AI, and LLaMA.cpp.", "scripts": { "test": "jest" },