dangermouse77 commited on
Commit
53de2e8
·
verified ·
1 Parent(s): a79ae95

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -4,6 +4,8 @@ license: apache-2.0
4
  A simple script in python to let two GPT4all models talk together about Universe and Life.
5
  One of the two models is simply instructed to generate a follow up question for the answer of the other model, after a human introduce some initial topic.
6
 
 
 
7
  The GPT4all models runs on hosts with "Enable API" set to true, and SSH tunnels make sure they are reachable.
8
  Conversation sentences are stored in a PostgreSQL database with pgvector, and the sentences are embedded with "all-MiniLM-L6-v2" on a 384-dimensional space for later retrieval.
9
 
 
4
  A simple script in python to let two GPT4all models talk together about Universe and Life.
5
  One of the two models is simply instructed to generate a follow up question for the answer of the other model, after a human introduce some initial topic.
6
 
7
+ Download GPT4All here: https://www.nomic.ai/gpt4all and install it on two Linux hosts.
8
+
9
  The GPT4all models runs on hosts with "Enable API" set to true, and SSH tunnels make sure they are reachable.
10
  Conversation sentences are stored in a PostgreSQL database with pgvector, and the sentences are embedded with "all-MiniLM-L6-v2" on a 384-dimensional space for later retrieval.
11