srivatsavdamaraju commited on
Commit
2d91f8a
·
verified ·
1 Parent(s): 2961946

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -263,7 +263,7 @@ agent_executor = AgentExecutor(agent=agent, tools=tools, verbose=True)
263
 
264
  # === API ENDPOINTS ===
265
 
266
- @app.post("/chat")
267
  def chat_with_agent(query: AgentQuery):
268
  """Main agent endpoint - handles both document search and project queries intelligently"""
269
  try:
 
263
 
264
  # === API ENDPOINTS ===
265
 
266
+ @app.post("/bot")
267
  def chat_with_agent(query: AgentQuery):
268
  """Main agent endpoint - handles both document search and project queries intelligently"""
269
  try: