bedrock-wrapper 1.0.10 → 1.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bedrock-wrapper.js +5 -4
- package/package.json +3 -1
package/bedrock-wrapper.js
CHANGED
|
@@ -156,9 +156,10 @@ function getValueByPath(obj, path) {
|
|
|
156
156
|
// helper function to write ascii art
|
|
157
157
|
function writeAsciiArt() {
|
|
158
158
|
console.log(`
|
|
159
|
-
|
|
160
|
-
| . > ___ _| | _ _ ___ ___ | |__ |
|
|
161
|
-
| .
|
|
162
|
-
|___
|
|
159
|
+
___ _ _ _ _ _
|
|
160
|
+
| . > ___ _| | _ _ ___ ___ | |__ | | | | _ _ ___ ___ ___ ___ _ _
|
|
161
|
+
| . \/ ._>/ . || '_>/ . \/ | '| / / | | | || '_><_> || . \| . \/ ._>| '_>
|
|
162
|
+
|___/\___.\___||_| \___/\_|_.|_\_\ |__/_/ |_| <___|| _/| _/\___.|_|
|
|
163
|
+
|_| |_|
|
|
163
164
|
`);
|
|
164
165
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bedrock-wrapper",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"description": "🪨 Bedrock Wrapper is an npm package that simplifies the integration of existing OpenAI-compatible API objects with AWS Bedrock's serverless inference LLMs.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,6 +15,8 @@
|
|
|
15
15
|
"openai",
|
|
16
16
|
"bedrock",
|
|
17
17
|
"aws",
|
|
18
|
+
"wrapper",
|
|
19
|
+
"proxy",
|
|
18
20
|
"serverless",
|
|
19
21
|
"inference",
|
|
20
22
|
"llm"
|