Commit e82f7a55 authored by Pierre Auguste's avatar Pierre Auguste
Browse files

docs - fill the readme

parent bb57d19d
# CrashLab_02
```sh
# Install the package locally
npm install curator-ai
```
Put the API key in a `.env` file:
```txt
OPENAI_API_KEY=XXX
```
Change the index.ts file, then :
```sh
tsc index.ts
```
And for the execution :
```sh
node index.js
```
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment