OpenAI Assistant API 🚀 Create Assistant AI ChatBot In 15 Minutes (Python Tutorial)

  Рет қаралды 5,627

Scale-Up SaaS

Scale-Up SaaS

Күн бұрын

Пікірлер: 28
@DJPapzin
@DJPapzin 9 ай бұрын
🎯 Key Takeaways for quick navigation: 00:00 Build *AI Assistant* 01:12 Simplified *Tutorial Steps* 04:22 Upload *PDF Knowledge* 05:33 AI *Interaction Test* 08:25 Python *Code Setup* 10:51 Streamlit *App Creation* 12:18 User *Interaction Examples* Made with HARPA AI
@ScaleUpSaaS
@ScaleUpSaaS 9 ай бұрын
Thanks for sharing. Appreciate.
@AskRudy
@AskRudy 2 ай бұрын
Thank you! One question, how can I plug the OpenAi Assistant app to my existing website?
@ScaleUpSaaS
@ScaleUpSaaS 2 ай бұрын
Thanks for sharing. We will share another video Of how you can implement Your Assistant AI on your website
@tarnum13
@tarnum13 9 ай бұрын
Awesome! Thank you!
@ScaleUpSaaS
@ScaleUpSaaS 9 ай бұрын
Thanks for sharing. Appreciated
@HomamAlghorani
@HomamAlghorani Ай бұрын
Hi, thanks for the tutorial, i am just getting an empty page with title Streamlit, any idea?
@ScaleUpSaaS
@ScaleUpSaaS Ай бұрын
Check if you have any error in console or terminal, where you are running the code.
@HomamAlghorani
@HomamAlghorani Ай бұрын
@@ScaleUpSaaS I managed to run in on my windows pc and on streamlit cloud but for some reason i couldn't run it on my server
@ScaleUpSaaS
@ScaleUpSaaS Ай бұрын
@@HomamAlghorani ok. So it’s working for you. We just need to figure out how to set it in your server. Share more info please
@zikush1
@zikush1 4 ай бұрын
מעולה! זה אפשרי גם למי שאין חשבון בתשלום?
@ScaleUpSaaS
@ScaleUpSaaS 4 ай бұрын
בזמנו שהכנו את הסרטון זה היה בתשלום. לא חושבים שזה השתנה.🫶
@AvrahamAssaga
@AvrahamAssaga 9 ай бұрын
הי תודה על ההדרכה אלוף! יש לי שאלה במידה ואני לא רוצה לשמור שיחות ישנות אני לא חייב לשמור את הטריידים במסד נתונים שלי נכון? כי לפי איך שאני רואה שזה עובד אני פשוט צריך לשמור את העוזרת האישית שיצרתי במסד נתונים משלי עם העיצוב שכתבתי לה ובעזרת זה ליצור אינטרקציות חדשות בכל פעם? תגיד לי אם אני טועה
@ScaleUpSaaS
@ScaleUpSaaS 9 ай бұрын
תודה רבה על הפרגון! שאלה טובה. אתה מתכוון לשמור את הנתונים שקיימים כבר ב OpenAI או שאתה מתכוון לנתונים שאתה שומר בטבלה שלך בשרת שלך?
@AvrahamAssaga
@AvrahamAssaga 9 ай бұрын
@@ScaleUpSaaS אני רוצה ליצור מספר עוזרים לאתרים בלי לדעת כמה אני אצטרך אז אני רוצה לאחסן את העוזר בדאטה ורק אם הוא לא קיים ליצור אחד חדש
@ScaleUpSaaS
@ScaleUpSaaS 9 ай бұрын
אוקיי. אז אין שום בעיה עם זה. אתה צריך לשמור את ה assistant_id אצלך וזהו.
@AvrahamAssaga
@AvrahamAssaga 9 ай бұрын
תודה ברו!@@ScaleUpSaaS
@ScaleUpSaaS
@ScaleUpSaaS 9 ай бұрын
תמשיך לעקוב אחר הערוץ. הולך להיות דברים מעוד מעניינים בהמשך
@Regina-Nogueira-wq8em
@Regina-Nogueira-wq8em 6 ай бұрын
Hey! Thanks for this. I managed to deploy my app and its running ok locally, but vercel returns a 404 error...looks like there's an issue with the path or the openai module. Have you run into this before?
@ScaleUpSaaS
@ScaleUpSaaS 6 ай бұрын
Thanks for sharing. Can you share the error please?> I'm sure it's something small.
@Regina-Nogueira-wq8em
@Regina-Nogueira-wq8em 6 ай бұрын
@@ScaleUpSaaS Thanks for the quick reply! I get a 404 ERROR NOT FOUND - cdg1::gqfpk-1710774401205-ec697e362c74 This is the error from Vercel. Streamlit returns: File "/home/adminuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 535, in _run_script exec(code, module.__dict__) File "/mount/src/fyx/app.py", line 4, in from openai import OpenAI
@ScaleUpSaaS
@ScaleUpSaaS 6 ай бұрын
I think the issue is that on local those libraries are installed , But when you are deploying it to Vercel, it's not install. So you need to create "requirements.txt" file and add all the relavant libraries that the project required. Let me know if it's worked eventually . I know that on local it's working. And you can also try streamlit cloud. But again, you need to add the file "requirements.txt"@@Regina-Nogueira-wq8em
@Regina-Nogueira-wq8em
@Regina-Nogueira-wq8em 6 ай бұрын
@@ScaleUpSaaS On streamlit it works, but not on Vercel. I added a requirement.txt file with all the dependencies in the project, but still no luck. Getting a 404 error
@ScaleUpSaaS
@ScaleUpSaaS 6 ай бұрын
OK. 404 error is mean something is wrong with vercel configuration. Good news it's working on streamlit. unfortunately we didn't deploy it on vercel only on streamlit cloud. I'm sure it's just configuration issue. Try to debug it with empty project or with simple project first on vercel. Let us know if you need more help @@Regina-Nogueira-wq8em
@visualantidote9878
@visualantidote9878 2 ай бұрын
I dunno, this video made me hungry.
@ScaleUpSaaS
@ScaleUpSaaS 2 ай бұрын
Thanks for sharing. Hungry for what?
Create a Custom AI Assistant + API in 10 Mins
10:28
pixegami
Рет қаралды 111 М.
Don't look down on anyone#devil  #lilith  #funny  #shorts
00:12
Devil Lilith
Рет қаралды 40 МЛН
How I Made AI Assistants Do My Work For Me: CrewAI
19:21
Maya Akim
Рет қаралды 844 М.
LangChain and Ollama: Build Your Personal Coding Assistant in 10 Minutes
20:43
AI Software Developer
Рет қаралды 6 М.
Create A Python API in 12 Minutes
12:05
Tech With Tim
Рет қаралды 651 М.
Build Anything With ChatGPT, Here’s How
1:24:05
David Ondrej
Рет қаралды 1 МЛН
OpenAI Assistants Tutorial for Beginners
27:03
Dave Ebbelaar
Рет қаралды 65 М.
OpenAI Assistant API Tutorial With Code Examples
21:52
codewithbrandon
Рет қаралды 26 М.
$0 Embeddings (OpenAI vs. free & open source)
1:24:42
Rabbit Hole Syndrome
Рет қаралды 263 М.