Skip to content

Commit

Permalink
anthropic hello world
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Best committed Jul 23, 2024
1 parent 28b41e8 commit 2c5525a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"start": "echo \"please use 'node run.js' instead.\" && exit 1"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.24.3",
"ajv": "^8.12.0",
"ansi-escapes": "^6.2.0",
"ava": "^5.3.1",
Expand Down
1 change: 1 addition & 0 deletions testAnthropic.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import './src/anthropicClient.js';

0 comments on commit 2c5525a

Please sign in to comment.