Ghost is a ChatBot based on chatGPT that runs in your terminal and other platforms(Telegram!). The unique thing about ghost is that you can create locally stored 'neural imprints' (.ni files) which are basically chat histories that shape Ghost's behavior. And you can also load imprints created by other people into Ghost to give it different personalities or features.
#GhostGPT
15 messages · Page 1 of 1 (latest)
@lethal lance eventually this will bust the token cap as it just keeps sending the entire history... needs to be pruned before 4096 tokens
ya I just finished a version dealing with the cap
I tried swapping the models and changing the API endpoint so it can use davinci and then realized I can't just dump the entire unanswered_history at it 😂
ah ya, and what i did in the version im just gonna push implemented a naive token estimator, after some cap, its gonna begin deleting old histories
that's probably the best way to do it
I was going to take an attempt to just prune the oldest context and then realized you were likely already on it
😂
Can you explain this a little more? How is a neural imprint file different than a text file? Is this just feeding the prompt with the chat history?
Yes, generate some and look in the NI file
So how does it differ from txt?
They all just plain text files, ni just a name I gave so people can expect it’s content to be an array of chat histories
Ah understood
make me a checkerboard in html
im thinking about adding more model parameters into the imprint files