Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnolte committed Feb 25, 2024
1 parent 679a572 commit 5d75b56
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -53,11 +53,12 @@
<!-- Python start -->

| 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 |

<!-- Python end -->

0 comments on commit 5d75b56

Please sign in to comment.