Chris4K commited on
Commit
46cf207
·
verified ·
1 Parent(s): bf76813

Update services/chat_service.py

Browse files
Files changed (1) hide show
  1. services/chat_service.py +1 -1
services/chat_service.py CHANGED
@@ -170,7 +170,7 @@ class ChatService:
170
  self,
171
  user_input: str,
172
  session_id: Any,
173
- max_length: int = 1000
174
  ) -> Tuple[str, List[Tuple[str, str]], Dict[str, List[Dict[str, Any]]]]:
175
  """Main chat method that coordinates the entire conversation flow."""
176
  try:
 
170
  self,
171
  user_input: str,
172
  session_id: Any,
173
+ max_length: int = 8000
174
  ) -> Tuple[str, List[Tuple[str, str]], Dict[str, List[Dict[str, Any]]]]:
175
  """Main chat method that coordinates the entire conversation flow."""
176
  try: