-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Advanced Mistral 7 b based LLM chatbot #1190
Added Advanced Mistral 7 b based LLM chatbot #1190
Conversation
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊 |
</div> | ||
</div> | ||
</div> | ||
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script> |
Check warning
Code scanning / CodeQL
Inclusion of functionality from an untrusted source Medium
'<li class="media"><div class="media-body"><div class="media"><div style = "text-align:right; color : #2EFE2E" class="media-body">' + | ||
message + '<hr/></div></div></div></li>'); |
Check warning
Code scanning / CodeQL
DOM text reinterpreted as HTML Medium
DOM text
Please review as time is less @Niketkumardheeryan |
sir, please review this once @Niketkumardheeryan |
Sir, requesting you to pls review once I have made the necessary final changes @Niketkumardheeryan |
Mistral LLM Chatbot
Mistral LLM is a language model developed by Mistral AI. It is a large language model designed to understand and generate human-like text. LLM stands for "Large Language Model," indicating its size and capabilities.
Mistral 7B is a specific model within the Mistral LLM family. The "7B" refers to the number of parameters in the model, with larger numbers generally indicating more powerful and capable models. Mistral 7B is one of the latest models from Mistral AI and is designed to outperform the previous Llama 2 13B model on various benchmarks.
Mistral 7B is trained on a large amount of text data and can be used for a wide range of natural language processing tasks, such as text generation, question answering, language translation, and more. It is designed to understand and generate text in a way that is coherent and contextually relevant.