From bc492c86ae51a5d36789aa9d59350f46b4cd39e6 Mon Sep 17 00:00:00 2001 From: Abby Morgan <86856445+anmorgan24@users.noreply.github.com> Date: Mon, 11 Sep 2023 10:15:56 -0400 Subject: [PATCH] Add CometLLM to Tools for Deploying LLMs Signed-off-by: Abby Morgan abigailm@comet.com --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d914766..3007c00 100644 --- a/README.md +++ b/README.md @@ -306,6 +306,7 @@ The above tables coule be better summarized by this wonderful visualization from - [Serge](https://github.com/serge-chat/serge) - a chat interface crafted with llama.cpp for running Alpaca models. No API keys, entirely self-hosted! - [Langroid](https://github.com/langroid/langroid) - Harness LLMs with Multi-Agent Programming - [Embedchain](https://github.com/embedchain/embedchain) - Framework to create ChatGPT like bots over your dataset. +- [CometLLM](https://github.com/comet-ml/comet-llm) - A 100% opensource LLMOps platform to log, manage, and visualize your LLM prompts and chains. Track prompt templates, prompt variables, prompt duration, token usage, and other metadata. Score prompt outputs and visualize chat history all within a single UI. ## Tutorials about LLM