An open API service indexing awesome lists of open source software.

https://github.com/guidefari/aiii


https://github.com/guidefari/aiii

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# aiii

To install dependencies:

```bash
bun install
```

To run:

1. create an [openai API key](https://platform.openai.com/api-keys)
2. create a .env file
```
OPENAI_API_KEY=''
```

```bash
bun dev
```

# Misc
- This project was created using `bun init` in bun v1.0.35. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
- [Scott Mos notes](https://scottmoss.notion.site/AI-App-Node-js-f9a372a138ef4241943b4fbb44bdc970)
- [Frontend masters course to follow along](https://frontendmasters.com/courses/openai-node/)
- [My initial notes on the topic](https://guidefari.com/node-openai)