increase iterations count to 31
This commit is contained in:
parent
63cf731d1f
commit
705b35bbc3
@ -267,7 +267,7 @@ def run_ai_process_in_background(conversation_id):
|
||||
|
||||
logger.info("Starting AI processing loop...")
|
||||
|
||||
for i in range(7): # Loop up to 7 times
|
||||
for i in range(31): # Loop up to 7 times
|
||||
logger.info(f"AI loop iteration {i+1}")
|
||||
|
||||
response = LocalAIApi.create_response({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user