From ed53fe19667b7104c46dac7ed43550b8244d66ee Mon Sep 17 00:00:00 2001
From: Andriy Mulyar
+:speech_balloon: Official Chat Interface +
+🦜️🔗 Official Langchain Backend
@@ -111,9 +115,9 @@ Feel free to convert this to a more structured table. ## Short Term - (IN PROGRESS) Train a GPT4All model based on GPTJ to alleviate llama distribution issues. - (IN PROGRESS) Create improved CPU and GPU interfaces for this model. - - (NOT STARTED) Integrate llama.cpp bindings - - (NOT STARTED) Create a good conversational chat interface for the model. - - (NOT STARTED) Allow users to opt in and submit their chats for subsequent training runs + - (Done) [Integrate llama.cpp bindings](https://github.com/nomic-ai/pyllamacpp) + - (Done) [Create a good conversational chat interface for the model.](https://github.com/nomic-ai/gpt4all-ui) + - (Done) [Allow users to opt in and submit their chats for subsequent training runs](https://github.com/nomic-ai/gpt4all-ui) ## Medium Term - (NOT STARTED) Integrate GPT4All with [Atlas](https://atlas.nomic.ai) to allow for document retrieval.