Skip to content

Commit a4ebf0b

Browse files
committed
Update NPM packages and README version badge
1 parent c8571b3 commit a4ebf0b

File tree

3 files changed

+13
-15
lines changed

3 files changed

+13
-15
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Star on GitHub](https://img.shields.io/github/stars/samestrin/llm-interface?style=social)](https://github.com/samestrin/llm-interface/stargazers) [![Fork on GitHub](https://img.shields.io/github/forks/samestrin/llm-interface?style=social)](https://github.com/samestrin/llm-interface/network/members) [![Watch on GitHub](https://img.shields.io/github/watchers/samestrin/llm-interface?style=social)](https://github.com/samestrin/llm-interface/watchers)
44

5-
![Version 1.0.0](https://img.shields.io/badge/Version-1.0.0-blue) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Built with Node.js](https://img.shields.io/badge/Built%20with-Node.js-green)](https://nodejs.org/)
5+
![Version 1.0.1](https://img.shields.io/badge/Version-1.0.1-blue) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Built with Node.js](https://img.shields.io/badge/Built%20with-Node.js-green)](https://nodejs.org/)
66

77
## Introduction
88

package-lock.json

+10-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
},
3333
"dependencies": {
3434
"@anthropic-ai/sdk": "^0.23.0",
35-
"@google/generative-ai": "^0.12.0",
35+
"@google/generative-ai": "^0.13.0",
3636
"axios": "^1.7.2",
3737
"dotenv": "^16.4.5",
3838
"flat-cache": "^5.0.0",
3939
"groq-sdk": "^0.5.0",
4040
"loglevel": "^1.9.1",
41-
"openai": "^4.51.0"
41+
"openai": "^4.52.0"
4242
},
4343
"devDependencies": {
4444
"@eslint/js": "^9.5.0",

0 commit comments

Comments
 (0)