diff --git a/README.md b/README.md index 913254b1..a1fb2222 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ | ---------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | | [chatbot-nextjs](/JavaScript/chatbot-nextjs) | A Next.js app that uses openai and Autoblocks to power and monitor a chatbot | | [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-assistants-api](/JavaScript/openai-assistants-api) | Example using Autoblocks with the openai assistants api | +| [openai-assistants-api](/JavaScript/openai-assistants-api) | Example using Autoblocks with the OpenAI Assistants API | | [openai-tracing](/JavaScript/openai-tracing) | Tracing of openai calls | | [prompt-sdk-headless](/JavaScript/prompt-sdk-headless) | Typesafe and backwards-compatability-ensured headless prompt management | | [prompt-sdk-local](/JavaScript/prompt-sdk-local) | Automated prompt versioning and typesafe prompt building with the local prompt SDK | @@ -53,11 +53,12 @@ -| Name | Description | -| -------------------------------------------------- | ----------------------------------------------------------------------------------- | -| [flask](/Python/flask) | Autoblocks tracing within a [Flask](https://flask.palletsprojects.com/) application | -| [openai-tracing](/Python/openai-tracing) | Tracing of openai calls | -| [prompt-sdk-headless](/Python/prompt-sdk-headless) | Safely integrate prompts managed in the Autoblocks platform into your application | -| [testing-sdk](/Python/testing-sdk) | Using the Autoblocks Testing SDK for experimentation and regression testing | +| Name | Description | +| ------------------------------------------------------ | ----------------------------------------------------------------------------------- | +| [flask](/Python/flask) | Autoblocks tracing within a [Flask](https://flask.palletsprojects.com/) application | +| [openai-assistants-api](/Python/openai-assistants-api) | Example using Autoblocks with the OpenAI Assistants API | +| [openai-tracing](/Python/openai-tracing) | Tracing of openai calls | +| [prompt-sdk-headless](/Python/prompt-sdk-headless) | Safely integrate prompts managed in the Autoblocks platform into your application | +| [testing-sdk](/Python/testing-sdk) | Using the Autoblocks Testing SDK for experimentation and regression testing |