Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole White committed Oct 20, 2023
1 parent deda4ce commit 3697b7d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
5 changes: 5 additions & 0 deletions JavaScript/chatbot-nextjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
</p>
<!-- banner end -->

# Chatbot Example
This is a Next.js app that uses openai and Autoblocks to power and monitor a chatbot.

View the deployed application at https://chatbot-example.autoblocks.ai

## Copy the root `.env` file to this directory

```bash
Expand Down
2 changes: 1 addition & 1 deletion JavaScript/langchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "langchain",
"description": "Automatic tracing of LangChain",
"description": "Automatic tracing of a LangChain pipeline",
"version": "0.0.0",
"private": true,
"engines": {
Expand Down
6 changes: 2 additions & 4 deletions JavaScript/novel-ai-text-editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@
</p>
<!-- banner end -->

# Novel Autoblocks Example
# Novel Example

Example Next.js application using [Novel](https://github.com/steven-tey/novel) and [Autoblocks](https://www.autoblocks.ai).

Based on [novella](https://github.com/steven-tey/novella).
Example Next.js application using [Novel](https://github.com/steven-tey/novel). Based on [novella](https://github.com/steven-tey/novella).

## Copy the root `.env` file to this directory

Expand Down
2 changes: 1 addition & 1 deletion Python/langchain/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "python-openai-autoblocks-example"
version = "0.0.0"
description = "Automatic tracing of LangChain"
description = "Automatic tracing of a LangChain pipeline"
authors = ["Autoblocks Engineering <[email protected]>"]
license = "MIT"
readme = "README.md"
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
<a href="https://www.autoblocks.ai/">Home</a>
</p>

# Autoblocks Examples

This repository contains examples of how to use Autoblocks with various frameworks, libraries, and languages.

## Getting started
Expand Down Expand Up @@ -52,7 +50,3 @@ All examples will pull environment variables from this file!
| [langchain](/Python/langchain) | Automatic tracing of LangChain |
| [openai-manual](/Python/openai-manual) | Manual tracing of openai calls |
<!-- Python end -->

## More Information

For more information on how to use Autoblocks, visit the [Autoblocks documentation](https://docs.autoblocks.ai/).

0 comments on commit 3697b7d

Please sign in to comment.