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 picked folder so that html can access them
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 for this:
Miniconda: '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
Miniconda: 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: https://nodejs.org/en/
2023-03-15 22:28:54 +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 for html and css code generation:
"Create an h...
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
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 to the OpenAI API at the same time instead of one...
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: https:...
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
https://learnprompting.org/
...
2023-02-28 19:04:05 +0000 UTC
View Post
files are for video: https://youtu.be/6ukUopbOr58
Langchain evaluation docs: https://langchain.readthedocs...
2023-02-26 00:19:25 +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 classes as a blueprint for creating objects that shar...
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 guide, we'll walk you through the step-by-step proces...
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 Python environments and packages. So, let’s get star...
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 of applications - from web development to data an...
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://youtu.be/NIG8lXk0ULg
Are you ready to exp...
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 reference
CODE THAT NEEDS TO CHANGE:
2023-02-15 13:48:25 +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 environment variables. Keep this in mind. You can re...
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://pypi.org/project/python-magic/
pip instal...
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/
pip install python-magic (first)
pip insta...
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