File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ Yin et al. (2024) — ["Should We Respect LLMs?"](https://arxiv.org/abs/2402.145
3232## Installation
3333
3434``` bash
35- pip install pretty-please
35+ pip install pretty-please-llm
3636```
3737
3838With SDK extras:
3939
4040``` bash
41- pip install " pretty-please[anthropic]"
42- pip install " pretty-please[openai]"
43- pip install " pretty-please[litellm]"
41+ pip install " pretty-please-llm [anthropic]"
42+ pip install " pretty-please-llm [openai]"
43+ pip install " pretty-please-llm [litellm]"
4444```
4545
4646---
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires = ["hatchling"]
33build-backend = " hatchling.build"
44
55[project ]
6- name = " pretty-please"
6+ name = " pretty-please-llm "
77version = " 0.1.0"
88description = " 🙏🏼 Politely injects PLEASE into your LLM prompts. Because manners matter (kind of)."
99readme = " README.md"
You can’t perform that action at this time.
0 commit comments