Skip to content

Commit 28d13e3

Browse files
committed
readme: add npm and licence badge
1 parent 21cee72 commit 28d13e3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# ResilientLLM
2+
[![npm version](https://img.shields.io/npm/v/resilient-llm.svg)](https://www.npmjs.com/package/resilient-llm) [![license](https://img.shields.io/npm/l/resilient-llm.svg)](LICENSE)
23

34
A minimalist but robust LLM integration layer designed to ensure reliable, seamless interactions across multiple LLM providers by intelligently handling failures and rate limits.
45

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,9 @@
3636
"mocha": "^11.7.1",
3737
"nyc": "^17.1.0",
3838
"sinon": "^21.0.0"
39+
},
40+
"repository": {
41+
"type": "git",
42+
"url": "https://github.com/gitcommitshow/resilient-llm"
3943
}
4044
}

0 commit comments

Comments
 (0)