fixed llm issues with response

This commit is contained in:
OwusuBlessing
2025-08-18 21:21:08 +01:00
parent 3e7a300eef
commit 02852b2992
5 changed files with 188 additions and 41 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# terminal_chat.py
from src.llm.orchestrator import DroneBot, Message # Adjust import path as needed
def terminal_chat():
async def terminal_chat():
print("🚁 DroneBot Terminal Chat")
print("Type 'exit' to quit.\n")