feat: add Anthropic API client and knowledge graph extraction pipeline
This commit is contained in:
@@ -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 }]
|
||||
|
||||
Reference in New Issue
Block a user