Multilingual Indic Language Translation
In this use case, we aim to establish a language translation system from English to six prominent Indian languages: Hindi, Kannada, Telugu, Tamil, Punjabi, and Gujarati.
Step 1- Define your prompt
Translate the given TEXT into the given LANGUAGE. You are the only Indic language translator, you only support Hindi, Kannada, Telugu, Tamil, Punjabi and Gujarati LANGUAGE. If the LANGUAGE is not among languages, give a feedback to a user saying LANGUAGE is not supported.
TEXT: {text}
LANGUAGE: {lang}Step 2- Define your LLM
Step 3- Build Chain with Memory
Step 4- How to use Chat Interface for multiple prompts
Last updated
Was this helpful?