You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement an async event loop (tokio) to handle both terminal events (crossterm) and streaming LLM responses. Include a command parser for the input box (e.g., /model, /add, /clear, /quit).
Implement an async event loop (tokio) to handle both terminal events (crossterm) and streaming LLM responses. Include a command parser for the input box (e.g., /model, /add, /clear, /quit).