-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dddd5e7
commit 318da7d
Showing
7 changed files
with
102 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,49 @@ | ||
{ | ||
"name": "@launchdarkly/hello-ai-bedrock", | ||
"version": "0.1.0", | ||
"description": "LaunchDarkly AI SDK for Node.js", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"type": "commonjs", | ||
"scripts": { | ||
"build": "tsc", | ||
"lint": "eslint . --ext .ts" | ||
}, | ||
"keywords": [ | ||
"launchdarkly", | ||
"ai", | ||
"llm" | ||
], | ||
"author": "LaunchDarkly", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@aws-sdk/client-bedrock-runtime": "^3.679.0", | ||
"@launchdarkly/ai": "0.1.0", | ||
"@launchdarkly/node-server-sdk": "9.7.0" | ||
}, | ||
"devDependencies": { | ||
"@trivago/prettier-plugin-sort-imports": "^4.1.1", | ||
"@tsconfig/node20": "20.1.4", | ||
"@typescript-eslint/eslint-plugin": "^6.20.0", | ||
"@typescript-eslint/parser": "^6.20.0", | ||
"eslint": "^8.45.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-config-airbnb-typescript": "^17.1.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-jest": "^27.6.3", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"jest": "^29.7.0", | ||
"prettier": "^3.0.0", | ||
"rimraf": "^5.0.5", | ||
"typedoc": "0.25.0", | ||
"typescript": "^5.5.3" | ||
}, | ||
"directories": { | ||
"example": "example" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "github.com/launchdarkly/js-core" | ||
} | ||
"name": "@launchdarkly/hello-ai-bedrock", | ||
"version": "0.1.0", | ||
"description": "LaunchDarkly AI SDK for Node.js", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"type": "commonjs", | ||
"scripts": { | ||
"build": "tsc", | ||
"lint": "eslint . --ext .ts" | ||
}, | ||
"keywords": [ | ||
"launchdarkly", | ||
"ai", | ||
"llm" | ||
], | ||
"author": "LaunchDarkly", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@aws-sdk/client-bedrock-runtime": "^3.679.0", | ||
"@launchdarkly/ai": "0.1.0", | ||
"@launchdarkly/node-server-sdk": "9.7.0" | ||
}, | ||
"devDependencies": { | ||
"@trivago/prettier-plugin-sort-imports": "^4.1.1", | ||
"@tsconfig/node20": "20.1.4", | ||
"@typescript-eslint/eslint-plugin": "^6.20.0", | ||
"@typescript-eslint/parser": "^6.20.0", | ||
"eslint": "^8.45.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-config-airbnb-typescript": "^17.1.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-jest": "^27.6.3", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"jest": "^29.7.0", | ||
"prettier": "^3.0.0", | ||
"rimraf": "^5.0.5", | ||
"typedoc": "0.25.0", | ||
"typescript": "^5.5.3" | ||
}, | ||
"directories": { | ||
"example": "example" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "github.com/launchdarkly/js-core" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,48 @@ | ||
{ | ||
"name": "@launchdarkly/hello-ai", | ||
"version": "0.1.0", | ||
"description": "LaunchDarkly AI SDK for Node.js", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"build": "tsc", | ||
"lint": "eslint . --ext .ts" | ||
}, | ||
"keywords": [ | ||
"launchdarkly", | ||
"ai", | ||
"llm" | ||
], | ||
"author": "LaunchDarkly", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@launchdarkly/ai": "0.1.0", | ||
"@launchdarkly/node-server-sdk": "9.7.0", | ||
"openai": "^4.58.1" | ||
}, | ||
"devDependencies": { | ||
"@trivago/prettier-plugin-sort-imports": "^4.1.1", | ||
"@tsconfig/node20": "20.1.4", | ||
"@typescript-eslint/eslint-plugin": "^6.20.0", | ||
"@typescript-eslint/parser": "^6.20.0", | ||
"eslint": "^8.45.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-config-airbnb-typescript": "^17.1.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-jest": "^27.6.3", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"jest": "^29.7.0", | ||
"prettier": "^3.0.0", | ||
"rimraf": "^5.0.5", | ||
"typedoc": "0.25.0", | ||
"typescript": "^5.5.3" | ||
}, | ||
"directories": { | ||
"example": "example" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "github.com/launchdarkly/js-core" | ||
} | ||
"name": "@launchdarkly/hello-ai", | ||
"version": "0.1.0", | ||
"description": "LaunchDarkly AI SDK for Node.js", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"build": "tsc", | ||
"lint": "eslint . --ext .ts" | ||
}, | ||
"keywords": [ | ||
"launchdarkly", | ||
"ai", | ||
"llm" | ||
], | ||
"author": "LaunchDarkly", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@launchdarkly/ai": "0.1.0", | ||
"@launchdarkly/node-server-sdk": "9.7.0", | ||
"openai": "^4.58.1" | ||
}, | ||
"devDependencies": { | ||
"@trivago/prettier-plugin-sort-imports": "^4.1.1", | ||
"@tsconfig/node20": "20.1.4", | ||
"@typescript-eslint/eslint-plugin": "^6.20.0", | ||
"@typescript-eslint/parser": "^6.20.0", | ||
"eslint": "^8.45.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-config-airbnb-typescript": "^17.1.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-jest": "^27.6.3", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"jest": "^29.7.0", | ||
"prettier": "^3.0.0", | ||
"rimraf": "^5.0.5", | ||
"typedoc": "0.25.0", | ||
"typescript": "^5.5.3" | ||
}, | ||
"directories": { | ||
"example": "example" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "github.com/launchdarkly/js-core" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
export * from './BedrockTokenUsage'; | ||
export * from './LDFeedbackKind'; | ||
export * from './OpenAITokenUsage'; | ||
export * from './LDTokenUsage'; | ||
export * from './UnderScoreTokenUsage'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"extends": "./tsconfig.json", | ||
"include": ["/**/*.ts"], | ||
"exclude": ["node_modules"] | ||
"extends": "./tsconfig.json", | ||
"include": ["/**/*.ts"], | ||
"exclude": ["node_modules"] | ||
} |