Skip to content

Commit 56f46bf

Browse files
author
Luke Hinds
authored
Update README.md
1 parent dbfe8c9 commit 56f46bf

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,17 @@
77

88

99
Promptwright is a Python library from [Stacklok](https://stacklok.com) designed
10-
for generating large synthetic datasets using a local LLM and most LLM service
10+
for generating large synthetic datasets using a either a local LLM and most LLM service
1111
providers (openAI, Anthropic, OpenRouter etc). The library offers
1212
a flexible and easy-to-use set of interfaces, enabling users the ability to
1313
generate prompt led synthetic datasets.
1414

1515
Promptwright was inspired by the [redotvideo/pluto](https://github.com/redotvideo/pluto),
1616
in fact it started as fork, but ended up largley being a re-write.
1717

18-
The library interfaces with LiteLLM, making it easy to just pull a model and run
19-
locally with say something like Ollama, or call directly to an online LLM provider.
20-
2118
## Features
2219

23-
- **Multiple Providers Support**: Works with most LLM service providers and LocalLLM's via Ollam, VLLM etc
20+
- **Multiple Providers Support**: Works with most LLM service providers and LocalLLM's via Ollama, VLLM etc
2421
- **Configurable Instructions and Prompts**: Define custom instructions and system prompts
2522
- **YAML Configuration**: Define your generation tasks using YAML configuration files
2623
- **Command Line Interface**: Run generation tasks directly from the command line
@@ -33,8 +30,6 @@ locally with say something like Ollama, or call directly to an online LLM provid
3330

3431
- Python 3.11+
3532
- Poetry (for dependency management)
36-
- Ollama CLI installed and running (see [Ollama Installation](https://ollama.com/)
37-
- A Model pulled via Ollama (see [Model Compatibility](#model-compatibility))
3833
- (Optional) Hugging Face account and API token for dataset upload
3934

4035
### Installation

0 commit comments

Comments
 (0)