Skip to content

Commit

Permalink
Fix readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnolte committed Feb 26, 2024
1 parent 4880ea5 commit 52a8802
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions JavaScript/chatbot-nextjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ View the deployed application at https://chatbot-example.autoblocks.ai
- Create a file named `.env` in this folder and include the following environment variables:

```
OPENAI_API_KEY=<your-api-key>
AUTOBLOCKS_INGESTION_KEY=<your-ingestion-key>
OPENAI_API_KEY=<your-openai-api-key>
AUTOBLOCKS_INGESTION_KEY=<your-autoblocks-ingestion-key>
```

<!-- getting started end -->
Expand Down
4 changes: 2 additions & 2 deletions JavaScript/novel-ai-text-editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Example Next.js application using [Novel](https://github.com/steven-tey/novel).
- Create a file named `.env` in this folder and include the following environment variables:

```
OPENAI_API_KEY=<your-api-key>
AUTOBLOCKS_INGESTION_KEY=<your-ingestion-key>
OPENAI_API_KEY=<your-openai-api-key>
AUTOBLOCKS_INGESTION_KEY=<your-autoblocks-ingestion-key>
```

<!-- getting started end -->
Expand Down
6 changes: 3 additions & 3 deletions JavaScript/openai-assistants-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
- Create a file named `.env` in this folder and include the following environment variables:

```
OPENAI_API_KEY=<your-api-key>
AUTOBLOCKS_INGESTION_KEY=<your-ingestion-key>
AUTOBLOCKS_API_KEY=<your-api-key
OPENAI_API_KEY=<your-openai-api-key>
AUTOBLOCKS_INGESTION_KEY=<your-autoblocks-ingestion-key>
AUTOBLOCKS_API_KEY=<your-autoblocks-api-key>
```

<!-- getting started end -->
Expand Down
4 changes: 2 additions & 2 deletions JavaScript/openai-tracing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
- Create a file named `.env` in this folder and include the following environment variables:

```
OPENAI_API_KEY=<your-api-key>
AUTOBLOCKS_INGESTION_KEY=<your-ingestion-key>
OPENAI_API_KEY=<your-openai-api-key>
AUTOBLOCKS_INGESTION_KEY=<your-autoblocks-ingestion-key>
```

<!-- getting started end -->
Expand Down
6 changes: 3 additions & 3 deletions JavaScript/prompt-sdk-headless/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
- Create a file named `.env` in this folder and include the following environment variables:

```
OPENAI_API_KEY=<your-api-key>
AUTOBLOCKS_INGESTION_KEY=<your-ingestion-key>
AUTOBLOCKS_API_KEY=<your-api-key
OPENAI_API_KEY=<your-openai-api-key>
AUTOBLOCKS_INGESTION_KEY=<your-autoblocks-ingestion-key>
AUTOBLOCKS_API_KEY=<your-autoblocks-api-key>
```

<!-- getting started end -->
Expand Down
4 changes: 2 additions & 2 deletions JavaScript/prompt-sdk-local/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
- Create a file named `.env` in this folder and include the following environment variables:

```
OPENAI_API_KEY=<your-api-key>
AUTOBLOCKS_INGESTION_KEY=<your-ingestion-key>
OPENAI_API_KEY=<your-openai-api-key>
AUTOBLOCKS_INGESTION_KEY=<your-autoblocks-ingestion-key>
```

<!-- getting started end -->
Expand Down
2 changes: 1 addition & 1 deletion JavaScript/spans/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
- Create a file named `.env` in this folder and include the following environment variables:

```
AUTOBLOCKS_INGESTION_KEY=<your-ingestion-key>
AUTOBLOCKS_INGESTION_KEY=<your-autoblocks-ingestion-key>
```

<!-- getting started end -->
Expand Down
2 changes: 1 addition & 1 deletion Python/flask/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
- Create a file named `.env` in this folder and include the following environment variables:

```
AUTOBLOCKS_INGESTION_KEY=<your-ingestion-key>
AUTOBLOCKS_INGESTION_KEY=<your-autoblocks-ingestion-key>
```

<!-- getting started end -->
Expand Down
4 changes: 2 additions & 2 deletions Python/openai-assistants-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
- Create a file named `.env` in this folder and include the following environment variables:

```
OPENAI_API_KEY=<your-api-key>
AUTOBLOCKS_INGESTION_KEY=<your-ingestion-key>
OPENAI_API_KEY=<your-openai-api-key>
AUTOBLOCKS_INGESTION_KEY=<your-autoblocks-ingestion-key>
```

<!-- getting started end -->
Expand Down
4 changes: 2 additions & 2 deletions Python/openai-tracing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
- Create a file named `.env` in this folder and include the following environment variables:

```
OPENAI_API_KEY=<your-api-key>
AUTOBLOCKS_INGESTION_KEY=<your-ingestion-key>
OPENAI_API_KEY=<your-openai-api-key>
AUTOBLOCKS_INGESTION_KEY=<your-autoblocks-ingestion-key>
```

<!-- getting started end -->
Expand Down
4 changes: 2 additions & 2 deletions Python/prompt-sdk-headless/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
- Create a file named `.env` in this folder and include the following environment variables:

```
OPENAI_API_KEY=<your-api-key>
AUTOBLOCKS_INGESTION_KEY=<your-ingestion-key>
OPENAI_API_KEY=<your-openai-api-key>
AUTOBLOCKS_INGESTION_KEY=<your-autoblocks-ingestion-key>
```

<!-- getting started end -->
Expand Down

0 comments on commit 52a8802

Please sign in to comment.