fixed llm issues with response
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user