|
|
|
|
|
by fdarkaou
697 days ago
|
|
most LLMs today have a large context window where you can send a history of your chat i've built multiple chat demo apps (see anotherwrapper.com) and there what i basically did was store a full copy of the history in the DB & then in a config file i specified how many previous messages i want to include in my chat history when interacting to the API |
|