Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FFDuBhMKvoWjrWT3ZnGmmr
6 lines
134 B
TypeScript
6 lines
134 B
TypeScript
import Anthropic from '@anthropic-ai/sdk'
|
|
|
|
export const anthropic = new Anthropic({
|
|
apiKey: process.env.ANTHROPIC_API_KEY ?? '',
|
|
})
|