From 3d77cf9d7309f60d29de212099fa89acb0213b3c Mon Sep 17 00:00:00 2001 From: Maria Fernanda Lopez Date: Fri, 13 Dec 2024 14:49:23 +0000 Subject: [PATCH] Update 'resume_end_call.py' --- resume_end_call.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resume_end_call.py b/resume_end_call.py index d9a4119..911d8de 100644 --- a/resume_end_call.py +++ b/resume_end_call.py @@ -7,7 +7,7 @@ import speech_recognition as sr import anthropic def consultar_claude(text): - client = anthropic.Anthropic(api_key='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') + client = anthropic.Anthropic(api_key='T057Zwoq-LOmplU5cScZhU87pnLosLJBhnvBODl-Jw22nnL4av_7-74r4hNcW8VoTE9-if-xDFInehYZ-hsCXA-s1xZ3wAA') message = client.messages.create( #model="claude-3-5-haiku-20241022", model = "claude-3-5-sonnet-20241022",