Submitted by Haghiri75 t3_11wdi8m in deeplearning
j-solorzano t1_jd16nfb wrote
Reply to comment by Board_Stock in Alpaca-7B and Dalai, how can I get coherent results? by Haghiri75
Language models don't remember conversations by themselves. You'd have to implement a memory and then add retrieved memories to the prompt.
Board_Stock t1_jd1z78z wrote
Yes that's what I meant, I want run the alpaca.cpp in an api like way so that it will automatically enter the previous convo along with the new message in the prompt
j-solorzano t1_jd4qgot wrote
Take a look at Langchain and GPTIndex.
Viewing a single comment thread. View all comments