From 2e9704b3b34302c30174e7d8e7211cb8da603ca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sim=C3=B3n=20Fishman?= Date: Mon, 28 Aug 2023 18:32:29 -0700 Subject: [PATCH] update semantic kernel link (#662) the previous link pointed to a blog with multiple articles. this is a clearer link to point to --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7e9888..8dca52a 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ People are writing great tools and papers for improving outputs from GPT. Here a - [FLAML (A Fast Library for Automated Machine Learning & Tuning)](https://microsoft.github.io/FLAML/docs/Getting-Started/): A Python library for automating selection of models, hyperparameters, and other tunable choices. - [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. +- [Semantic Kernel](https://github.com/microsoft/semantic-kernel): A Python/C# library from Microsoft that supports prompt templating, function chaining, vectorized memory, and intelligent planning. - [Prompttools](https://github.com/hegelai/prompttools): Open-source Python tools for testing and evaluating models, vector DBs, and prompts. - [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.