Skip to content

Commit a4fbb84

Browse files
committed
fix model invoke
1 parent 05d4f5a commit a4fbb84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/devopsbot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ def ai_request(bedrock_client, messages):
200200
{
201201
"anthropic_version": anthropic_version,
202202
# "betas": ["pdfs-2024-09-25"], # This is not yet supported, https://docs.anthropic.com/en/docs/build-with-claude/pdf-support#supported-platforms-and-models
203-
"includeKnowledgeBaseResults": True,
204203
"max_tokens": 1024,
205204
"messages": messages,
206205
"temperature": temperature,

0 commit comments

Comments
 (0)