#open ai plugin

1 messages · Page 1 of 1 (latest)

vague musk
#

Client A
School

Client B
Bank

i wanna add some template data for each client and when users of each client acess the chat , my application respond wrt that context .

example
user a is of school should get response in context of school template
user b is of bank should get response in context of bank template

How to achieve this any plugin or something that provide functionality like this which can be integrated in java application?

soft blade
#

That should not be that hard to set up. Do you have the ability to code yourself or do you have a budget?

vague musk
soft blade
#

Is this bank or school a user?

#

Sorry, I can see now that they are your clients, and each of these clients have several users? Because I would just save a system message for each client with the context.

#

Not sure about plugins. Haven’t tried any that did anything well enough to provide value

vague musk
# soft blade Is this bank or school a user?

no these are organizations it can even be hospital, scenario is whenevr user access my chat , if the user belongs to hospital then he would be getting replies in context of that template , by template i mean a pre defined data about hospital , for example i feed dat: that all departments open at 3pm and user ask when opd department will open ....... it will response something like all departments or opd depart ll open at 3pm

soft blade
#

Yes, so depending on how much content you could just inject it straight into the system message or you should look at Retrieval Augmented Generation or RAG for short.

vague musk
soft blade
#

Yes

lone silo
#

Again? How many times do you want to ask the same question?

vague musk