mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 04:17:52 +00:00
upgraded
This commit is contained in:
parent
d5c3167121
commit
d102e00a75
25
docs/youtube/lollms_mistral.md
Normal file
25
docs/youtube/lollms_mistral.md
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
Hi there,
|
||||||
|
|
||||||
|
Let me show you how you can use the new web RAG (Retreival Augmented Generation) proposed on lollms to allow your persona to use a path to a website to learn how to do some new stuff.
|
||||||
|
|
||||||
|
Here I'll point it to my FaceAnalyzer library that you can find on my github page then ask it to make an application for detecting my facial landmarks in realtime and show them in green.
|
||||||
|
|
||||||
|
The AI will use the content of my github readme in order to accomplish my request. You can also add multiple paths if you have a more complex request that requires more than one library.
|
||||||
|
|
||||||
|
We will be using the new MistralAI medium model through MistralAI API. To use this binding you need to create a mistralAI account and get a key that you should put in settings.
|
||||||
|
|
||||||
|
Let's start by going to the github of the FaceAnalyzer application then copy its path. Now in lollms, press the globe button and paste the path.
|
||||||
|
|
||||||
|
Select Mistral AI binding and the Mistral Medium model from the models zoo.
|
||||||
|
|
||||||
|
Now let's ask it to make the code.
|
||||||
|
|
||||||
|
As you can see, the code seems correct, it does use the FaceAnalyzer library as it should. Let's execute it.
|
||||||
|
|
||||||
|
As you can see, the application works. We didn't need to do multiple turn discussions, the model was good enough to accomplish the task just as I asked.
|
||||||
|
|
||||||
|
Combining Lollms, its personas, and its Rag with the power of mistral AI allows you to be more productive.
|
||||||
|
|
||||||
|
Thanks for watching
|
||||||
|
See ya
|
||||||
|
|
@ -1 +1 @@
|
|||||||
Subproject commit f55b226c2cceabbfc4216d181d836c7d197db7dc
|
Subproject commit c2f63fbd14749e9a3512216bb818e7e71db973b6
|
Loading…
Reference in New Issue
Block a user