feat: add Anthropic API client and knowledge graph extraction pipeline
All checks were successful
On Push to Main / test (push) Successful in 30s
On Push to Main / publish (push) Successful in 58s
On Push to Main / deploy-dev (push) Successful in 1m35s

This commit is contained in:
RaymondVerhoef
2026-05-17 18:20:29 +02:00
parent 5659ff6726
commit 06eb974825
2 changed files with 2 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ export const anthropicApi = {
},
body: JSON.stringify({
model: model,
max_tokens: 4000,
max_tokens: 8192,
temperature: 0,
system: systemPrompt,
messages: [{ role: 'user', content: userMessage }]