SamSuka
echohive42

echohive42

patreon


echohive42 activity

GPT-4 Auto Codes websites with HTML, CSS and JavaScript video files:

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

View Post

Test echohive GPT-4 app

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

View Post

GPT-4 API with streaming responses, chat history, streamlit, gradio UI, JavaScript, FastAPI webapp video files:

This is for video: https://youtu.be/B05Be7y6oqg

View Post

Live video chat sessions with Supporters

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?

View Post

GPT-4 codes ChatGPT chatbot with memory webapp with FastAPI and JavaScript VIDEO files:

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

BONUS CONTENT FOR: GPT-4 codes ChatGPT chatbot with memory webapp with FastAPI and JavaScript YouTube video

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

GPT-4 codes animations with JavaScript and Python Pygame CODE FILES:

NOTE: There is a bonus content for Patreon supporters at: 

this is for video: https://youtu.be/Ozx8Ulg0EoI

Node JS: https://nodejs.org/en/

View Post

BONUS CONTENT FOR: GPT-4 codes animations with JavaScript and Python Pygame video

this is a BONUS content for video: https://youtu.be/Ozx8Ulg0EoI

Node JS: https://nodejs.org/en/


chat with us at echohive discord:  2023-03-15 22:28:18 +0000 UTC View Post

Whisper API speech to text with OpenAI and python speech recording video files:

This is or video:  https://youtu.be/Z7mSHdOMPG8


OpenAI Whisper docs: https://platform.openai.com/docs/guides/speech...

View Post

GPT-4 INTRO AND CODING DEMO code files and links:

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...

View Post

ChatGPT with any YouTube video using langchain and chromadb video files:

files are for video: https://youtu.be/TQZfB2bzVwU

View Post

AI Update and Inspiring links #2

this post is for video: https://youtu.be/Z5e3_hIJIiY


Poe: https://poe.com/chatgpt

text to audio: 2023-03-07 00:40:23 +0000 UTC View Post

Langchain Async explained. Make multiple OpenAI chatgpt API calls at the same time video files

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...

View Post

2 CHATGPT APIs talk to discuss ideas with a gpt 3.5 summary. Gpt 3.5 turbo conversations and summary video files

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:...

View Post

GPT 3.5 Turbo OpenAI API with auto earlier message removal using Tiktoken video files:

Files are for video: https://youtu.be/RTPyD7bfHw8

View Post

AI Update and Cool links #1

video link: https://youtu.be/PsebxZ_ohgc

1- A Free, Open Source Course on Communicating with Artificial Intelligence

https://learnprompting.org/

...

View Post

Langchain: Auto evaluate llms and agents video files:

files are for video: https://youtu.be/6ukUopbOr58


Langchain evaluation docs: https://langchain.readthedocs...

View Post

Langchain Summary and QA with Chromadb OpenAI Embeddings vector store with token count,custom prompt video files

Earlier this youtube link would have appeared as private. This link should work.
this is for video: https://youtu.be/gY25ddXWNw4

View Post

Learn Python Classes quick! Object Oriented Programming

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...

View Post

How to install Unstructured for Langchain Document loaders

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...

View Post

LLM Chains and Chaining explained video files

This is for video: https://youtu.be/G0ltc9C6KOU

You can pip install the requirements file as: pip install -r requirements.txt

View Post

How to use Virtual Environments with Miniconda and pip install

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...

View Post

How to install Python and Visual Studio Code

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...

View Post

"Langchain: Chain Your Large Language Model and Chat with a Superhero Chatbot!"

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...

View Post

Custom Langchain agent/tools with memory video code file:

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: View Post

QA Chat with a website using OpenAI embeddings tutorial video file:

files are for video: https://youtu.be/sdJ0YDNP7bw

link to tutorial: https://platform.openai.com/docs/tutorials/web-qa-embeddi...

View Post

GPT-3 searches the internet video files:

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...

View Post

Langchain ChatGPT your data challenge PART2 video files

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...

View Post

Langchain ChatGPT your documents video files


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...

View Post

Streaming Completions from GPT-3.5 video code file

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.

View Post