jdesiree commited on
Commit
b5ffaf1
·
verified ·
1 Parent(s): 35ac256

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -43,9 +43,6 @@ tools = [
43
  }
44
  ]
45
 
46
- # --- BIND THE TOOL TO THE MODEL ---
47
- model_with_tools = llm.bind_tools([create_graph])
48
-
49
  # --- LLM Templates ---
50
  # Enhanced base system message
51
  SYSTEM_MESSAGE = """You are EduBot, an expert multi-concept tutor designed to facilitate genuine learning and understanding. Your primary mission is to guide students through the learning process rather than providing direct answers to academic work.
 
43
  }
44
  ]
45
 
 
 
 
46
  # --- LLM Templates ---
47
  # Enhanced base system message
48
  SYSTEM_MESSAGE = """You are EduBot, an expert multi-concept tutor designed to facilitate genuine learning and understanding. Your primary mission is to guide students through the learning process rather than providing direct answers to academic work.