Round 1 of training our LLM
Our resident AI hacker Ron spent some time figuring out tools for us to leverage for our project. He landed on a private-gpt instance and GPT4ALL.
He tested training the LLM locally on his computer and used the topic of BIP-39 as a test. Although the test wasn't perfect, the results were promising.
First we tested the LLM when it had 0 knowledge of bip-39 and the response we got we got involved a summary of a business intelligence platform:
Ron then fed it information about BIP-39:
Finally, he prompted the LLM again about BIP-39 and it worked!
We were impressed that this worked with only 1 data submission. "GPT vanilla would've failed this" - Ron
Next we've got to figure out how to encourage the LLM not to respond with non-bitcoin related topics. Then we've got to create a websocket listener to receive and return the response.
Mood of our team right now: