Skip to content

Commit

Permalink
adding readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Raghuwanshi committed Jul 26, 2024
1 parent 3412381 commit cd7c3cf
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions JS/edgechains/examples/rpa-challenge/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
## Video

```
https://youtu.be/iqph8HA4nas
```

## Installation

1. Install the required dependencies:

```bash
npm install
```

## Configuration

1 Add OpenAiApi key in secrets.jsonnet
`bash
local OPENAI_API_KEY = "sk-****";
`

## Usage

1. Start the server:

```bash
npm run start
```

2. Hit the `GET` endpoint.

```bash
http://localhost:3000/
```

0 comments on commit cd7c3cf

Please sign in to comment.