Skip to content

Commit

Permalink
feat: Add recursion_limit parameter to configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed Dec 19, 2024
1 parent 215f4c5 commit e2a6e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpt_computer_assistant/agent/assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from llm import get_model
from llm_settings import llm_settings

config = {"configurable": {"thread_id": "abc123"}}
config = {"configurable": {"thread_id": "abc123"}, "recursion_limit":1000}



Expand Down

0 comments on commit e2a6e80

Please sign in to comment.