XXX4Fans
echohive42 from patreon

echohive42

patreon


echohive42 posts

Code files for GPT Auto Coder V.4

echohive42 post Code files for GPT Auto Coder V.4 from patreon

Live stream for this video: https://youtube.com/live/l3EQ1QLnxwk


to run just run the Auto_Coder_V.4.py file and follow the instructions

To auto run in command prompt run:

python Auto_Coder_V.4.py --auto 

additi...

View Post

I updated the echohive website to display 4 videos in a row for easier browsing

echohive42 post I updated the echohive website to display 4 videos in a row for easier browsing from patreon

I updated the echohive website to display 4 videos in a row for easier browsing.

https://www.echohive.live/

I think this will make it easier for you to browse and to find the right video for you.

You can use the echohive web app to browse, se...

View Post

I updated the echohive website to display 4 videos in a row for easier browsing

echohive42 post I updated the echohive website to display 4 videos in a row for easier browsing from patreon

I updated the echohive website to display 4 videos in a row for easier browsing.

https://www.echohive.live/

I think this will make it easier for you to browse and to find the right video for you.

You can use the echohive web app to browse, se...

View Post

Code Files for Function calling with Chatgpt (gpt-3.5.turbo, GPT-4) in depth exploration video

echohive42 post Code Files for Function calling with Chatgpt (gpt-3.5.turbo, GPT-4) in depth exploration video from patreon

this is for video: https://youtu.be/5cboTIvE4Nk

in this video we will explore the new gpt-3.5-turbo-0613 and GPT-4-0613 models' function calling capabilities. we will look at a basic example at first and then a sql query generating code example and fin...

View Post

Code Files for Chatgpt Web App boilerplate with streaming responses built with html, Tailwind css and JavaScript video

echohive42 post Code Files for Chatgpt Web App boilerplate with streaming responses built with html, Tailwind css and JavaScript video from patreon

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

In this video we will learn about how we can build a chatgpt Web App user interface boilerplate which can be modified for future designs built only using html, tailwind css and JavaScript which displays s...

View Post

Code files for Auto Coder codes a GPT text adventure game, web automation tool and music synthesizer video

echohive42 post Code files for Auto Coder codes a GPT text adventure game, web automation tool and music synthesizer video from patreon

This is for video: https://youtu.be/a-q_UxU3Icc

NOTE: Always be careful when auto executing AI generated code.

Original Auto Coder 3 video: https://youtu.be/yKw0I7Y1N4g

In...

View Post

Code Files for Langchain & JavaScript deeper look at chat models, streaming responses, embeddings and more video

echohive42 post Code Files for Langchain & JavaScript deeper look at chat models, streaming responses, embeddings and more video from patreon

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

in this video we will be taking a deeper look at how we can use chat models like gpt-3.5-turbo and GPT-4 with JS Langchain along with streaming responses, embeddings, rate limiting and more.

first v...

View Post

Chainlit Web UI library first look Coding Walkthrough Exclusive video

echohive42 post Chainlit Web UI library first look Coding Walkthrough Exclusive video from patreon

Chainlit is an open-source Python package that makes it incredibly fast to build and share LLM apps. Integrate the Chainlit API in your existing code to spawn a ChatGPT-like interface in minutes!

relevant links:

https://github.com/Chainlit/ch...

View Post

Code Files for Langchain in JavaScript, step by step Introduction

echohive42 post Code Files for Langchain in JavaScript, step by step Introduction from patreon

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

in this video we will learn about how we can implement Langchain in JS step by step with 6 files. We will talk about making calls to gpt-3.5-turbo or GPT-4, Prompt templates, memory, Langchain Agents, Str...

View Post

How to build a GPT Code Interpreter Coding Walkthrough exclusive video

echohive42 post How to build a GPT Code Interpreter Coding Walkthrough exclusive video from patreon

NOTE: Always be careful when auto running code generated by gpt.

Please let me know if you like this format. Also please let me know how the audio sounds

This is a first of many(hopefully) Patreon exclusive coding walkthrough for how to build a GPT code interpreter which generates code, runs it and then re-writes ...

View Post

code files for Custom LLM Agent with tools from scratch with python and vanilla OpenAI video

echohive42 post code files for Custom LLM Agent with tools from scratch with python and vanilla OpenAI video from patreon

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

in this video we will look at how we can build  a custom agent which uses tools such as google search built only with Vanilla OpenI and pyton. We will also learn about tiktoken for counting token usa...

View Post

Code files for 20 documents summarized simultaneously with gpt 3.5 turbo and asyncio video

echohive42 post Code files for 20 documents summarized simultaneously with gpt 3.5 turbo and asyncio video from patreon

this is for video: https://youtu.be/4RKlNFLEZfk

In this video, we will summarize 20 Wikipedia articles about artificial intelligence topics which we get using requests library in python. then we will break them into chunks of 500 tokens. Use Asyncio t...

View Post

Code files for 100 Gpt-4 API calls simultaneously with asyncio with Tenacity retry video

echohive42 post Code files for 100 Gpt-4 API calls simultaneously with asyncio with Tenacity retry video from patreon

this is for video:https://youtu.be/drGXCctbyn8
Note: I had forgotten to attach the code to this post. now it is attached

in this video we will make 100 simultaneous (divided into batches of 50) to OpenAI's GPT 4 API endpoint using python's asyncio l...

View Post

Code Files for 2 GPT agents work together to solve programming tasks for you video

echohive42 post Code Files for 2 GPT agents work together to solve programming tasks for you video from patreon

this is for video: https://youtu.be/Jb-bSbnTZp4

in this video we will be looking at a Vanilla OpenAI implementation of 2 gpt-3.5-turbo or GPT-4 agents working together to solve a programming task you have presented. You can modify the system messages t...

View Post

code files for ChatGPT web UI locally for GPT-4 using FastAPI and JavaScript video

echohive42 post code files for ChatGPT web UI locally for GPT-4 using FastAPI and JavaScript video from patreon

this is for video: https://youtu.be/eOtXY-JUiaM

in this video we will take a look at a Chatgpt web user interface replica I built for GPT-4. This app uses only GPT-4 unless you modify the code. It is very fast and built with Python,m FastAPI,  HTM...

View Post

Code files for GPT-4 Auto Coder 3 with Code Interpreter. Runs locally with all Python packages video

echohive42 post Code files for GPT-4 Auto Coder 3 with Code Interpreter. Runs locally with all Python packages video from patreon

NOTE: Always be cautious when running AI generated code automatically

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

In this video we will be looking at the version 3 of the GPT 4 Auto Coder apps that I have been building. This one also has a Co...

View Post

Code files for Langchain D&D game simulation with Dall-E 2 for story images video

echohive42 post Code files for Langchain D&D game simulation with Dall-E 2 for story images video from patreon

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

in this video we will use langchain library's example for 2 player D&D agent simulations. We will also use Dalle-E 2 to automatically create images for the ongoing story and we will use matplotlib...

View Post

Code files for Synthesize answers over multiple individual Vector Indices with Llama index composable graph video

echohive42 post Code files for Synthesize answers over multiple individual Vector Indices with Llama index composable graph video from patreon

This is for video: https://youtu.be/GOIhpF38-GY

In this video we will explain how to use the LAMA Index for building composable graphs. These graphs allow you to build indexes on top of other indexes, which is beneficial when you want to query multiple...

View Post

Code files for Llama index Semantic Search in depth video

echohive42 post Code files for Llama index Semantic Search in depth video from patreon

This is for video: https://youtu.be/3BbHTvdRxG4

NOTE: For svm search to work you need to modify the utils file from Llama index. You can see how to do that in the video starting at 5 minute 5 second mark

Search all echohive videos and code down...

View Post

Code files for Llama Index ( GPT Index) step by step introduction video

echohive42 post Code files for Llama Index ( GPT Index) step by step introduction video from patreon

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

Llama index documentation: https://gpt-index.readthedocs.io/en/latest/index.html
LLama hub: 2023-05-15 22:49:21 +0000 UTC View Post

All Code files for QA over documents with Auto vector index selection with Langchain router chains.

echohive42 post All Code files for QA over documents with Auto vector index selection with Langchain router chains. from patreon

This is for video: https://youtu.be/9G05qybShv8

NOTE: Streamlit app has two bugs one is a none issue which disappears  upon reloading the app. The other is pdf index not being detected by the router chain. Please let me know if you find a solutio...

View Post

Basic Code for QA over documents with Auto vector index selection with Langchain router chains video:

echohive42 post Basic Code for QA over documents with Auto vector index selection with Langchain router chains video: from patreon

This is for video: https://youtu.be/9G05qybShv8
live stream for this video: https://youtube.com/live/wqc-3IQeCF4?feature=share


Search 140+ echohive...

View Post

Code files for Build WebApps from a csv file and deploy to railwayapp. How I build the echohive app video:

echohive42 post Code files for Build WebApps from a csv file and deploy to railwayapp. How I build the echohive app video: from patreon

this is for video: https://youtu.be/5ruSCOCXPUg

Search 140+ echohive videos and code links: https://www.echohive.live/

View Post

GPT-4 Auto Coder 2, Now available at $9 tier

echohive42 post GPT-4 Auto Coder 2, Now available at $9 tier from patreon

Now available at $9 tier
This is for video: https://youtu.be/l_r_b38VXmQ

Search all echohive videos and code download links: https://www.echohive.live/

View Post

May 14th AI Workshops and Live Q&A

echohive42 post May 14th AI Workshops and Live Q&A from patreon

If you are a $9 Aficionado Patron or above, feel free to join on May 14th Sunday, 12pm (Los Angeles time, PDT):  Lets try this time to have a round table discussion style for this particular meeting.

https://crowdcast.io/c/may...

View Post

BASIC Code files for GPT-4 Agents cooperate to solve tasks. OmniSolver webapp video

echohive42 post BASIC Code files for GPT-4 Agents cooperate to solve tasks. OmniSolver webapp video from patreon

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

ALL code files are available at this post: https://www.patreon.com/posts/code-files-for-4-82511786

Try...

View Post

ALL Code files for GPT-4 Agents cooperate to solve tasks. OmniSolver webapp video

echohive42 post ALL Code files for GPT-4 Agents cooperate to solve tasks. OmniSolver webapp video from patreon

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

Try the app: https://omnisolver.streamlit.app/

Watch the livestream testing the app: 2023-05-04 16:38:42 +0000 UTC View Post

Code files for GPT Simulated Environments: gpt-3.5-turbo plays blackjack in OpenAI RL Gym environment via langchain video

echohive42 post Code files for GPT Simulated Environments: gpt-3.5-turbo plays blackjack in OpenAI RL Gym environment via langchain video from patreon

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

Search 140+ echohive videos and code links: https://www.echohive.live/

View Post

Code files for Meta Prompt: Self Improving GPT-4 Agent

echohive42 post Code files for Meta Prompt: Self Improving GPT-4 Agent from patreon

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

Search 140+ echohive videos and code links: https://www.echohive.live/

View Post

Live stream: How to install the requirements for Talking with multiple PDFs App

echohive42 post Live stream: How to install the requirements for Talking with multiple PDFs App from patreon

This will go live May 1st at 8 pm Los Angeles time.

In this livestream, we will look at the requirements and how we can install them to get this app running.  This is for video: https://youtube.com/live/vRoz54S4uog

Search 140+ echohi...

View Post