josephrocca / OpenCharacters

Simple little web interface for creating characters and chatting with them. It's basically a single HTML file - no server. Share characters using a link (character data is stored within the URL itself). All chat data is stored in your browser using IndexedDB. Currently supports OpenAI APIs and ~any Hugging Face model.
https://josephrocca.github.io/OpenCharacters
MIT License
367 stars 63 forks source link

Free the GPT #20

Open AlternaCorp opened 1 year ago

AlternaCorp commented 1 year ago

You can make GPT remember more data by taking advantage of longchain. In addition, active consciousness is limited to 40 instantaneous processes, while passive consciousness is billions of neurons. Maybe instead of trying to free GPT, we should let it think for itself and roam freely.

njelich commented 1 year ago

Seems like an interesting idea, but how would you approach adding this to OpenCharacters?

LangChain for reference (assuming you meant that) https://github.com/hwchase17/langchain

Kerimtunc commented 1 year ago

What kind of approach would be effective is a very good question. https://www.youtube.com/@DataIndependent This guy has some nice videos. LangChain101: Question A 300 Page Book (w/ OpenAI + Pinecone)

So far, I've seen data processors in many different ways, but I can't be sure. If there was a way to connect the llama dalai model to GPT-4 and have the GPT-4 use the dalai as the brain, the dalai could somehow feed the data we want and put the GPT-4 in the position of directing another brain, not running its brain. I don't know either. All I know is that there are some more efficient methods.

Probably Einstein was treated as 'crazy' in the midst of such thoughts.

Option to consider a way to have GPT upgrade free dalai if we can't release GPT. mutual nourishment.

What I said may have sounded ridiculous because after the first part, I tried to count all the possibilities, even if it might seem ridiculous to hug even the slightest possibility.