Awesome explanation and tutorial! Thank you. By the way: It is "What questions did I ask?". The word 'did' is already past tense, so 'ask' shouldn't be past tense as well - it's gramatically incorrect.
@mohammedismail6872 Жыл бұрын
the flow chart at 1:50 is sooo cool bro, how did you make it ?
@learningneverends6674 Жыл бұрын
Replicate api is cost since using cloud. Can we do it in local??
@NexTechNuggets Жыл бұрын
Can you make it read pdfs from folder and than chat with them? I am looking for something that can chat with documents but all needs to be locally tun and free.
@Nyanda_Jr Жыл бұрын
Hello I thought llam2 is open source but you discussed about replicate kind of paying? I would like to know more about that. Sounds like am missing a point.
@iamvalenci4 Жыл бұрын
is paying if you decide to run llama2 in the cloud (wich consume gpu), you can run in your local computer which also consume gpu but is free, llama2 is somthing that you can deploy to use with your app, other way you need to keep your local computer on 24/7, that is the reason deploying your llama2 model in the cloud need to be paid. like an API.
@gabrielhbueno1 Жыл бұрын
Thanks for that!
@GeigenAkademie11 ай бұрын
When I type in the textfield, my input gets red marked/underlined (spellcheck?). I don't see it in your video. How can I prevent it?
@roigazit8165 Жыл бұрын
Thanks! Can I build a saas chatbot based on llama 2 that knows read pdf and schedule treatments? How can I do that? Thanks again!
@brijsden8 ай бұрын
did you manage to build a bot that raeds pdf ?
@mihaelacostea57836 ай бұрын
Can you trai Llama2 with your own data?
@TJTHEFOOTBALLPROPHET Жыл бұрын
A few days ago you produced a video called "how to make an app in seconds" that was Steve Jobs level of brilliant marketing!!!!
@uynguyen7467 ай бұрын
Hey, I tried to create a chatbot based on this vid, but can you tell me more about the purpose ipynb file?
@Ousmane-sonko2 ай бұрын
Good tuto, but i want to known how to store data sent by the users. I mean the questions asked by users
@macharlasaimahesh18 Жыл бұрын
Can I Prepare a Query as output to user by using Snowflake Streamlit based on the Prompt that user sends?
@streamlitofficial Жыл бұрын
Hi, yes certainly. Check out this GitHub repo that performs what you're looking for github.com/Snowflake-Labs/sfguide-frosty-llm-chatbot-on-streamlit-snowflake
@idkkkkk5194Ай бұрын
is it free to use ?
@Nyanda_Jr Жыл бұрын
Can I build Mental Health AI chatbot with my custom dataset finetuning with Llama2 ?
@iamvalenci4 Жыл бұрын
yes you can, but you need frontend and a backend, your backend consume third services one of them is llama2, but to use llama2 you need to deploy to the cloud and from the backend call your llama2 model AI
@Nyanda_Jr Жыл бұрын
Can I get your Email Address brother?
@bourbe Жыл бұрын
kzbin.info/www/bejne/oYnYeat_ar-WfZI
@bourbe Жыл бұрын
kzbin.info/www/bejne/opOpnpabpJl3a6c
@LGseeker8 ай бұрын
Streamlit sucks now, if you deploy on the community cloud you will have to give streamlit access to all your git repos including private ones. I am guessing they want you use your work to train their models.