SakeTami
echohive42

echohive42

patreon


echohive42 posts

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

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

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

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

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

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: 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: 2023-03-15 10:36:32 +0000 UTC 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: ht...

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

Asy...

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

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

View Post

Langchain: Auto evaluate llms and agents video files:

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


Langchain evaluation docs: 2023-02-26 00:19:25 +0000 UTC 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 ...

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

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

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

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

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: 2023-02-16 20:10:24 +0000 UTC 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 does...

View Post

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

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

link to tutorial: 2023-02-13 21:18:51 +0000 UTC 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 ...

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

2023-02-09 20:33:35 +0000 UTC 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:

2023-02-08 00:43:20 +0000 UTC 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 e...

View Post