From f7061af48679b78b9b837ab5a7af19f01f86ab00 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Fri, 6 Sep 2024 09:18:50 -0400 Subject: [PATCH] Bump version to 0.1.6 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5287be2..fa8a644 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Formulaic API Client -This is a Node/JavaScript library for interacting with the Formulaic API. It provides a simple way to send requests like inference (i.e., prompting a large language model), retrieving prompts from a formula, and more to make using generative AI easy in your project. +This is a Node/JavaScript library for interacting with the Formulaic API. It provides a simple way to send requests like inference (i.e., prompting a large language model), retrieving prompts from a formula, and instant RAG (upload files that enhance LLM results) to make using generative AI easy in your project. ## Getting Started diff --git a/package.json b/package.json index e77e584..b33a803 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "formulaic-node", - "version": "0.1.5", + "version": "0.1.6", "description": "The official Node package for Formulaic.", "main": "src/index.js", "scripts": {