Hi,
I have verba running on my server with my documents loaded and I was wondering if there was a way that I could alter the responses depending on the age of the user? So for example if an adult asked a question but then a child asked the same question you would get a much simpler response. You can do this when creating GPTs so I wondered if there was a way to add this or set it somewhere with weaviate and verba?
Regards,
Jay
Hi @jaydcrowe1989 !
This is something you can define on the prompt.
So considering Verba’s context, here is the corresponding line for GPT4Generator
As you can see, this is hard coded. So one thing you could potentially do is running a custom Verba backend Instance, with a different prompt, connected to the same Weaviate server, and exposing that UI only for your audience.
Feel free to open an feature request in Verba’s repo:
Let me know if this helps
Hi,
Thank you for your reply.
Yes i managed to do it alterting that line but wasnt sure if there was a better way. And i wasnt sure if there was a way to pass a parameter in from the verba ui which determined which response to use.
1 Like
Yeah, that would be an interesting feature.
Please, feel free to add it to the repo as a feature request!
Thanks!
So i guess the only way I can do it at the moment is to have two separate instances running on a sub domain and i flick between the two?
Yes, I believe that for now that’s the possible solution