Skip to content

Commit

Permalink
feat: add claude 3 models
Browse files Browse the repository at this point in the history
  • Loading branch information
henrycunh committed Mar 15, 2024
1 parent 4e35ff4 commit 2f7c3cc
Show file tree
Hide file tree
Showing 7 changed files with 115 additions and 4,710 deletions.
1 change: 1 addition & 0 deletions examples/simple-script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const cursive = useCursive({ countUsage: true })

const { answer, usage, error } = await cursive.ask({
prompt: 'Tell me a short short joke',
model: 'claude-3-sonnet-20240229',
})

console.log({
Expand Down
Loading

0 comments on commit 2f7c3cc

Please sign in to comment.