https://github.com/guidefari/aiii
https://github.com/guidefari/aiii
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/guidefari/aiii
- Owner: guidefari
- Created: 2024-03-22T20:06:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-23T19:20:36.000Z (over 2 years ago)
- Last Synced: 2025-04-02T02:44:26.885Z (over 1 year ago)
- Language: TypeScript
- Size: 228 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)