Skip to content

Commit 8dc1969

Browse files
Merge pull request #229 from prompt-foundry/readme-update-0808
readme
2 parents 356f8a2 + 6ca638f commit 8dc1969

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,21 +1,27 @@
11
# Prompt Foundry Python API library
22

3-
The prompt engineering, prompt management, and prompt evaluation tool for developers working on Python AI applications using large language models (LLMs).
4-
5-
[![PyPI version](https://img.shields.io/pypi/v/prompt_foundry_python_sdk.svg)](https://pypi.org/project/prompt_foundry_python_sdk/)
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 Python AI applications utilizing large language models (LLMs).
64

75
The Prompt Foundry Python library provides convenient access to the Prompt Foundry REST API from any Python 3.7+
86
application. The library includes type definitions for all request params and response fields,
97
and offers both synchronous and asynchronous clients powered by [httpx](https://github.com/encode/httpx).
108

9+
## Deploy Prompt
10+
11+
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.
12+
13+
![Playground](/playground.gif)
14+
1115
## Installation
1216

17+
[![PyPI version](https://img.shields.io/pypi/v/prompt_foundry_python_sdk.svg)](https://pypi.org/project/prompt_foundry_python_sdk/)
18+
1319
```sh
1420
# install from PyPI
1521
pip install --pre prompt_foundry_python_sdk
1622
```
1723

18-
## Usage
24+
## Integration
1925

2026
The full Prompt Foundry documentation can be found at [docs.promptfoundry.ai](https://docs.promptfoundry.ai/libraries/python).
2127

playground.gif

20.6 MB
Loading

0 commit comments

Comments
 (0)