SamuZai
echohive42

echohive42

patreon


echohive42 posts

Code files for GPT Auto Coder V.4

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 

additional arguments:

--pause : to pause after instruction generation<...

View Post

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

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, search for  150+ videos I have created and find the code download l...

View Post

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

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, search for  150+ videos I have created and find the code download l...

View Post

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

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 finally a concurrent summary generating arxiv scientific paper explorer &...

View Post

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

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 streaming responses. We will also take a look live server and live prev...

View Post

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

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 this video we will use GPT Auto Coder to code a text adventure game w...

View Post

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

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

Chainlit Web UI library first look Coding Walkthrough Exclusive video

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/chainlit

2023-06-10 23:25:04 +0000 UTC View Post

Code Files for Langchain in JavaScript, step by step Introduction

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, Streaming completions and more.

Search 140+ echohive videos and cod...

View Post

How to build a GPT Code Interpreter Coding Walkthrough exclusive video

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 the code based on error messages and terminal output

Relevant l...

View Post

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

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 usage, termcolor for colorful printing in the terminal, py expression eva...

View Post

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

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 to make parallel calls to gpt-3.5-turbo while avoiding rate limit error...

View Post

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

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 library with Tenacity library to retry in case of rate limit errors. We...

View Post

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

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 to make this work for whatever use case you are imagining. 

...

View Post

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

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,  HTML, CSS and JavaScript.


Search 140+ echohive videos an...

View Post

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

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 Code Interpreter and is able to auto run the code it generates and is ab...

View Post

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

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 to display the images as well.

View Post

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

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 indexes at the same time, something that would be difficult with trad...

View Post

Code files for Llama index Semantic Search in depth video

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 download links:  2023-05-16 10:21:12 +0000 UTC View Post

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

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

Llama index documentation: https://gpt-index.readthedocs.io/en/latest/index.html
LLama hub: https://llamahub.ai/ View Post

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

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 solution to either! I talk about both in the video


Search 14...

View Post

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

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


Search 140+ echohive videos and code links: 2023-05-12 05:41:53 +0000 UTC View Post

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

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

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

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-14-ai-workshop-all-patrons

If you are a $30 Connoisseur Pat...

View Post

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

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 the app: 2023-05-05 11:09:42 +0000 UTC View Post

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

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

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

Watch the livestream testing the app: https://youtube.com/live/iKFY3n6PVQY...

View Post

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

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

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

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+ echohive videos and code links: 2023-05-01 22:05:02 +0000 UTC View Post