From b8c6440789c6401858bb0d57a65f091a2c66cb14 Mon Sep 17 00:00:00 2001 From: Luca Beurer-Kellner Date: Mon, 5 Jun 2023 17:47:40 +0200 Subject: [PATCH] Add LMQL to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 97d54695..faaad4e0 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ People are writing great tools and papers for improving outputs from GPT. Here a - [OpenAI Evals](https://github.com/openai/evals): An open-source library for evaluating task performance of language models and prompts. - [LlamaIndex](https://github.com/jerryjliu/llama_index): A Python library for augmenting LLM apps with data. - [Arthur Shield](https://www.arthur.ai/get-started): A paid product for detecting toxicity, hallucination, prompt injection, etc. +- [LMQL](https://lmql.ai): A programming language for LLM interaction with support for typed prompting, control flow, constraints, and tools. ### Prompting guides