first commit
This commit is contained in:
commit
a70ceb807b
|
|
@ -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
|
||||
Loading…
Reference in New Issue