mirror of
https://github.com/openai/openai-cookbook
synced 2024-11-08 01:10:29 +00:00
Merge pull request #470 from openai/ted/outlines
adds Outlines to prompting libraries
This commit is contained in:
commit
a98ae8fde7
@ -78,6 +78,7 @@ People are writing great tools and papers for improving outputs from GPT. Here a
|
||||
- [Chainlit](https://docs.chainlit.io/overview): A Python library for making chatbot interfaces.
|
||||
- [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.
|
||||
- [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.
|
||||
- [Outlines](https://github.com/normal-computing/outlines): A Python library that provides a domain-specific language to simplify prompting and constrain generation.
|
||||
- [Promptify](https://github.com/promptslab/Promptify): A small Python library for using language models to perform NLP tasks.
|
||||
- [Scale Spellbook](https://scale.com/spellbook): A paid product for building, comparing, and shipping language model apps.
|
||||
- [PromptPerfect](https://promptperfect.jina.ai/prompts): A paid product for testing and improving prompts.
|
||||
|
Loading…
Reference in New Issue
Block a user