feedback #279
ricardosantos79
started this conversation in
General
feedback
#279
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
just a fwd, as i do not have other place to strictly discuss this. if this is breaking rules please close and archive.
i have been exploring the LMQL in python, testing how to make a conversational bot, that can stay in character and store memory, i absolutely love how the dataclass works so far and how easy is to plug it in LMQL.
https://gist.github.com/ricardosantos79/6fc2daa281281dcc49986345b12395a5
my tests with LMQL so far lead to this, but i need to figure out..
1: how to restrict the LLM to stay in character.. (asking a psychologist for a strip as a client would be a straight no..)
2: keep a "consultation diary" or a class for each patient like a archive of different users 😅 to organize/compress memory.
need a higher parameter model to run than using langchain or a prebuilt chat interface like GPT4ALL(a 7b model usually works alright for low context conversational content depending on model)..
as a disclaimer, i do not have any background on CS/ML or alike so please forgive my bluntness, just poking around with it.
and thank you for the developers for providing this wonderful tool.
Beta Was this translation helpful? Give feedback.
All reactions