Skip to content

Commit c651bfd

Browse files
Add prompttools to prompting libraries (openai#620)
1 parent 3115683 commit c651bfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ People are writing great tools and papers for improving outputs from GPT. Here a
8383
- [Chainlit](https://docs.chainlit.io/overview): A Python library for making chatbot interfaces.
8484
- [Guardrails.ai](https://shreyar.github.io/guardrails/): A Python library for validating outputs and retrying failures. Still in alpha, so expect sharp edges and bugs.
8585
- [Semantic Kernel](https://devblogs.microsoft.com/semantic-kernel/): A Python/C# library from Microsoft that supports prompt templating, function chaining, vectorized memory, and intelligent planning.
86+
- [Prompttools](https://github.com/hegelai/prompttools): Open-source Python tools for testing and evaluating models, vector DBs, and prompts.
8687
- [Outlines](https://github.com/normal-computing/outlines): A Python library that provides a domain-specific language to simplify prompting and constrain generation.
8788
- [Promptify](https://github.com/promptslab/Promptify): A small Python library for using language models to perform NLP tasks.
8889
- [Scale Spellbook](https://scale.com/spellbook): A paid product for building, comparing, and shipping language model apps.

0 commit comments

Comments
 (0)