From a70ceb807bf439e23778f7aa686b7d87146ee712 Mon Sep 17 00:00:00 2001 From: ngoc Date: Tue, 9 Dec 2025 10:05:47 +0700 Subject: [PATCH] first commit --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7e38584 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# llm-extension + +To install dependencies: + +```bash +bun install +``` + +To run: + +```bash +bun run index.ts +``` + +This project was created using `bun init` in bun v1.2.20. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime. +# natural-language-agreements