Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|