this is for video: https://youtu.be/WgWsvJd8MQk
NOTE: If you want to see the select designs from the picked folder: Please copy the images to design folders in p...
2023-03-24 01:45:32 +0000 UTC
View Post
If you have GPT-4 API access, please send me a message or comment on this post to test the echohive app which is a replication of chatgpt UI so you can use GPT-4 as much as you want, without message limitations using your own API key
2023-03-22 11:49:27 +0000 UTC
View Post
This is for video: https://youtu.be/B05Be7y6oqg
2023-03-21 00:34:18 +0000 UTC
View Post
I am thinking about starting regular live video meetings with supporters to do live coding and QA sessions. would you be interested in something like this?
2023-03-20 21:52:58 +0000 UTC
View Post
This is for video: https://youtu.be/NxvhDPMF9SU
NOTE: from_scratch folder in the code files is an easier implementation of the main UI chatbot with memory
BONUS video...
2023-03-16 23:31:28 +0000 UTC
View Post
this is a BONUS content for video: https://youtu.be/NxvhDPMF9SU
NOTE: from_scratch folder in the code files is an easier implementation of the main UI chatbot with memory<...
2023-03-16 23:30:18 +0000 UTC
View Post
NOTE: There is a bonus content for Patreon supporters at:
this is for video: https://youtu.be/Ozx8Ulg0EoI
Node JS: 2023-03-15 22:28:54 +0000 UTC
View Post
this is a BONUS content for video: https://youtu.be/Ozx8Ulg0EoI
Node JS: https://nodejs.org/en/
ch...
2023-03-15 22:28:18 +0000 UTC
View Post
NOTE: You will need to add video files named appropriately or change the html to accommodate your needs.
This is for video: https://youtu.be/LTx9YxwarLU
Prompt I used...
2023-03-14 22:30:45 +0000 UTC
View Post
files are for video: https://youtu.be/TQZfB2bzVwU
2023-03-09 21:40:31 +0000 UTC
View Post
this post is for video: https://youtu.be/Z5e3_hIJIiY
Poe: https://poe.com/chatgpt
text to a...
2023-03-07 00:40:23 +0000 UTC
View Post
Code files are for video: https://youtu.be/eAikW9o1Ros
MAKING PARALLEL CALLS TO THE LLM WILL COST EXTRA TOKENS!!
Async is important because you can run multiple calls...
2023-03-06 01:07:30 +0000 UTC
View Post
WARNING: these types of looped conversations between APIs may consume a lot of tokens!! Especially with text-davinci-003, PAY ATTENTION TO COSTS.
NOTE: Try different prompts for better results
files are for video: 2023-03-04 13:23:31 +0000 UTC
View Post
Files are for video: https://youtu.be/RTPyD7bfHw8
2023-03-02 22:53:02 +0000 UTC
View Post
video link: https://youtu.be/PsebxZ_ohgc
1- A Free, Open Source Course on Communicating with Artificial Intelligence
2023-02-28 19:04:05 +0000 UTC
View Post
Earlier this youtube link would have appeared as private. This link should work.
this is for video: https://youtu.be/gY25ddXWNw4
2023-02-24 01:15:00 +0000 UTC
View Post
Hello and welcome to the world of Python classes! If you're a beginner, you may be wondering what classes are and why you need them. Simply put, classes are a way to organize and structure code in a logical and easy-to-understand way. Think of cla...
2023-02-23 09:48:19 +0000 UTC
View Post
This post is for video: https://youtu.be/svzd5d1LXGk
If you're looking to install Unstructured for LangChain's document loaders, then you're in the right place. In this gui...
2023-02-21 23:40:29 +0000 UTC
View Post
This is for video: https://youtu.be/G0ltc9C6KOU
You can pip install the requirements file as: pip install -r requirements.txt
2023-02-19 21:46:56 +0000 UTC
View Post
Hello fellow coders! Today we’re going to talk about creating environments with different Python versions using Miniconda. Miniconda is a lightweight, minimal version of Anaconda, a popular data science platform. It’s perfect for managing Pyth...
2023-02-17 19:54:08 +0000 UTC
View Post
Hey there, fellow tech enthusiasts! Today we’re going to be talking about how to install two essential tools for any aspiring developer - Python and Visual Studio Code.
Python is a popular programming language that is used for a wide range...
2023-02-17 19:52:52 +0000 UTC
View Post
NOTE: This is a blog style copy of an earlier post. I thought it would be fun to put it in this format. Let me know what you think!
This post is for video: https://y...
2023-02-16 20:10:24 +0000 UTC
View Post
UPDATE: This code would redefine the agent memory each time with streamlit erasing the memory. I have uploaded a file with the fixed code so that when using this with streamlit, agent's memory doesn't reset. I am leaving the old code file as refer...
2023-02-15 13:48:25 +0000 UTC
View Post
files are for video: https://youtu.be/sdJ0YDNP7bw
link to tutorial: https:/...
2023-02-13 21:18:51 +0000 UTC
View Post
files are for video: https://youtu.be/tdEM-tVOBcc
IMPORTANT NOTE!!!= llm-math tool can be used for code injection attacks such as getting your secret OPENAI_API_KEY from en...
2023-02-09 20:58:11 +0000 UTC
View Post
NOTES: if you get libmagic not found error then look into pip installing python-magic by reading this doc entirely:
made with langchain version 0.0.79
https://p...
2023-02-09 20:33:35 +0000 UTC
View Post
EDIT: if you get libmagic not found error then look into pip installing python-magic by reading this doc entirely:
https://pypi.org/project/python-magic/
<...
2023-02-08 00:43:20 +0000 UTC
View Post
this is for video: https://youtu.be/GiDdWVsvvJ8
This code will stream completions in realtime instead of waiting for the entire response to be ready.
2023-02-05 19:15:07 +0000 UTC
View Post