This commit is contained in:
ai
2026-05-18 21:50:41 +08:00
commit 19347e0d80
8 changed files with 610 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# ai-playground
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.3.13. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.