From a5110c81d984ded511f23063a353af5ffad6b813 Mon Sep 17 00:00:00 2001 From: Andriy Mulyar Date: Fri, 7 Apr 2023 13:53:47 -0400 Subject: [PATCH] Updated roadmap and links. --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b3545fe4..821eb0ff 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ :computer: Official Typescript Bindings

+

+: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.