Skip to content

Commit

Permalink
Bump version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
moz-gh committed Sep 6, 2024
1 parent be399e5 commit f7061af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit f7061af

Please sign in to comment.