From ae61b98e04763888058746b9e3603e7ff0094a36 Mon Sep 17 00:00:00 2001 From: Nicole White Date: Fri, 27 Oct 2023 14:11:30 -0400 Subject: [PATCH] Update readme --- .github/workflows/ci.yml | 3 +-- README.md | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96f91e8d..476413d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,9 +92,8 @@ jobs: strategy: matrix: project: - # - JavaScript/chatbot-nextjs + - JavaScript/jest-replays - JavaScript/langchain - # - JavaScript/novel-ai-text-editor - JavaScript/openai-automated - JavaScript/openai-manual diff --git a/README.md b/README.md index fe46adfc..7d0edebb 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ | Name | Description | | -------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | | [chatbot-nextjs](/JavaScript/chatbot-nextjs) | A Next.js app that uses openai and Autoblocks to power and monitor a chatbot | +| [jest-replays](/JavaScript/jest-replays) | Run Autoblocks replays from within a jest test suite | | [langchain](/JavaScript/langchain) | Automatic tracing of a LangChain pipeline | | [novel-ai-text-editor](/JavaScript/novel-ai-text-editor) | A Next.js app that uses [Novel](https://github.com/steven-tey/novel) and Autoblocks to power an AI-enabled text editor | | [openai-automated](/JavaScript/openai-automated) | Automatic tracing of openai calls |