Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsimon committed Jun 12, 2023
1 parent 0e4f960 commit e618886
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# prompting

[![npm version](http://img.shields.io/npm/v/prompting.svg)](https://npmjs.org/package/prompting)

> *A batteries-included, model-agnostic prompt engineering library for Node.js and TypeScript.*
Build dynamic, reusable prompts that output structured data that's ready to use in your application or API. Compatible with all text-based generative language models such as OpenAI GPT.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prompting",
"version": "0.1.1",
"version": "0.2.0",
"description": "A prompt engineering library for Node.js and TypeScript",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit e618886

Please sign in to comment.