Skip to content

Commit

Permalink
Update anthropic.ts - apiKey
Browse files Browse the repository at this point in the history
  • Loading branch information
wayne-chang authored Mar 7, 2024
1 parent 31c8caf commit 230fc90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/plugins/anthropic/anthropic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ export const anthropic = {
const defaultSignal = new AbortController().signal;

const requestBody: ChatCompletionOptionsWithImage = {
apiKey,
model,
prompt,
max_tokens_to_sample,
Expand Down

0 comments on commit 230fc90

Please sign in to comment.