Demosthene-OR commited on
Commit
8f34fd6
1 Parent(s): 762f5e3

Update chatbot_tab.py

Browse files
Files changed (1) hide show
  1. tabs/chatbot_tab.py +1 -1
tabs/chatbot_tab.py CHANGED
@@ -72,7 +72,7 @@ workflow.add_edge("model", END)
72
  memory = MemorySaver()
73
  app = workflow.compile(checkpointer=memory)
74
 
75
- config = {"configurable": {"thread_id": "abc123"}}
76
 
77
  def run():
78
 
 
72
  memory = MemorySaver()
73
  app = workflow.compile(checkpointer=memory)
74
 
75
+ config = {"configurable": {"thread_id": "abc1234"}}
76
 
77
  def run():
78