AIdeaText commited on
Commit
ebb0c65
·
verified ·
1 Parent(s): 1179080

Update modules/chatbot/chat_process.py

Browse files
Files changed (1) hide show
  1. modules/chatbot/chat_process.py +1 -1
modules/chatbot/chat_process.py CHANGED
@@ -117,7 +117,7 @@ class ChatProcessor:
117
 
118
  # Llamar a Claude con streaming
119
  with self.client.messages.stream(
120
- model="claude-3-sonnet-20240229",
121
  max_tokens=4000,
122
  temperature=0.7,
123
  system=self._get_system_prompt(),
 
117
 
118
  # Llamar a Claude con streaming
119
  with self.client.messages.stream(
120
+ model="claude-sonnet-4-5-20250929",
121
  max_tokens=4000,
122
  temperature=0.7,
123
  system=self._get_system_prompt(),