From 65cc3d15490567356e96ca1bb320ff99bc835df0 Mon Sep 17 00:00:00 2001 From: Abby Morgan <86856445+anmorgan24@users.noreply.github.com> Date: Mon, 11 Sep 2023 16:15:38 -0400 Subject: [PATCH] Add comet-llm This package is awesome because it helps you track all your LLM prompts, templates, variables and other prompt metadata. You can also visualize prompt chains and score/evaluate prompts with human feedback. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e5770417..0e6afbe6 100644 --- a/README.md +++ b/README.md @@ -872,6 +872,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Libraries for working with human languages.* - General + * [comet-llm](https://github.com/comet-ml/comet-llm) - Log, track, visualize, and evaluate your LLM prompts and chains. * [gensim](https://github.com/RaRe-Technologies/gensim) - Topic Modeling for Humans. * [langid.py](https://github.com/saffsd/langid.py) - Stand-alone language identification system. * [nltk](http://www.nltk.org/) - A leading platform for building Python programs to work with human language data.