diff --git a/ai-conversation/README.md b/ai-conversation/README.md index b85839e..c0e5470 100644 --- a/ai-conversation/README.md +++ b/ai-conversation/README.md @@ -26,3 +26,6 @@ _See more deps in Makefile `install-deps` command._ make ./main ``` + +## Future work +Add an event loop, maybe add multi-threading, so that we can interrupt the AI, ask follow-up questions, and make it sound like a back and forth conversation.