Skip to content

Commit 1370ebc

Browse files
Merge pull request #237 from prompt-foundry/readme-update-0808
readme update
2 parents 0f46281 + a4af483 commit 1370ebc

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
11
# Prompt Foundry TypeScript SDK
22

3-
The prompt engineering, prompt management, and prompt evaluation tool for developers working on TypeScript, JavaScript, and NodeJS AI applications using large language models (LLMs).
3+
Prompt Foundry is a comprehensive tool for prompt engineering, management, and evaluation. It is designed to simplify the development and integration process for developers working on TypeScript, JavaScript, and NodeJS AI applications utilizing large language models (LLMs).
44

5-
[![NPM version](https://img.shields.io/npm/v/@prompt-foundry/typescript-sdk.svg)](https://npmjs.org/package/@prompt-foundry/typescript-sdk) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/@prompt-foundry/typescript-sdk)
5+
This SDK provides convenient access to the Prompt Foundry REST API from server-side TypeScript or JavaScript applications.
6+
7+
## Deploy Prompt
8+
9+
To use this SDK, you need a Prompt Foundry account. Sign up at [promptfoundry.ai](https://promptfoundry.ai). Follow the getting started guide in our [documentation](https://docs.promptfoundry.ai/quickstart/getting-started) to get set up.
610

7-
This library provides convenient access to the Prompt Foundry REST API from server-side TypeScript or JavaScript.
11+
![Playground](/playground.gif)
812

913
## Installation
1014

15+
[![NPM version](https://img.shields.io/npm/v/@prompt-foundry/typescript-sdk.svg)](https://npmjs.org/package/@prompt-foundry/typescript-sdk) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/@prompt-foundry/typescript-sdk)
16+
1117
```sh
1218
npm install @prompt-foundry/typescript-sdk
1319
```
1420

15-
## Usage
21+
## Integration
1622

1723
The full Prompt Foundry documentation can be found at [docs.promptfoundry.ai](https://docs.promptfoundry.ai/libraries/node).
1824

playground.gif

20.6 MB
Loading

0 commit comments

Comments
 (0)