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
-
i am creating a chatbot by langchain so i am using a ConversationalRetrievalChain , so i want to determine some prompts to improve my output.
i want to give the bot name ,character and behave (system message prompt )
users use different languages how can i let the bot take user input then translate it to English then parse it with my data which is by English language, after getting the answer, the bot should pass the answer with same user language
Beta Was this translation helpful? Give feedback.
All reactions