XaiJu
echohive42

echohive42

patreon


echohive42 posts

Playground tips for OpenAI, plus an example file "story maker"

You can search all my videos and easily find the code download links at www.echohive.live

View Post

Code Files for Memwalker advanced tree retrieval without VectorDB Python code inspired by the paper

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

in this video we will be looking at my personal interpretation and custom code implementation of Memwalker retrieval system in Python using gpot 3.5 turbo for summarization and GPT-4 for reasoning and, navigation and retrieval. Memwalker is a tree like retrieval system which doesn't rely on embeddings or VectorDBs. I mentioned in the video that the "visited keyts" might ...

View Post

Code files for Run any Open source LLM on your computer. Mistral or Llama or others. Python inference code included

This is for video: https://youtu.be/2Ek0FL_Ldf4


In this video we will use Lmstudio to download and run Mistral 7b on our computer without the need for a graphics card. You can also download and run any open source model.  

Lmstudio: https://lmstudio.ai/  

Search 200+ echohive videos and code download links: 2023-10-15 06:33:04 +0000 UTC View Post

Graph + Python code for Build GPT apps visually with Rivet with drag and drop UI. Python code also included

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

NOTE: always be careful when you are auto running code in python! Review the code files first before running

In this video we will explore visual programming desktop app Rivet. Rivet allows you to use nodes and connect them to build gpt-4 powered apps. You can customize your API calls as you would in your python script. It seems very flexible and powerful. We will b...

View Post

Rivet Graph for Build GPT apps visually with Rivet with drag and drop UI. Python code also included

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


You can find the graph and full python code here: https://www.patreon.com/posts/90887867

In this video we will explore visual programming desktop app Rivet. Rivet allows you to use nodes and connect them to build gpt-4 powered apps. You can customize your API calls as you would in you...

View Post

Code Files for AutoGen Deep Dive with Multi Agent interactions

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

we will do a deep dive on AutoGen and explore how to create 6 agents which work as a group to write a book, build Tower Defense game and do research.

NOTE: using python 3.10 fixes pip install not being recognized 

AutoGen multi agent introduction  video: https://youtu.be/oOqeOspJL0o...

View Post

Quick tutorial on Voice Swarm AutoAGI

This is a quick tutorial for Patrons on How the voice control works and how to use it with launching other instances of AutoAGI and Swarm and how to modify the docstring of the functions for different behavior.
Original Voice Controlled AutoAGI post and code here:
https://www.patreon.com/posts/code-files-for-89911672

Original Video: 

Voice controlled Auto AGI with swarm and mul...

View Post

Code Files for Multi Agent Autogen and Group Chat implementations step by step walkthrough

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

We will take a look at the Multi Agent and group chat interactions with AutoGen library by Microsoft.  how we can use it to easily create agent interactions with OpenAI's GPT-4. We will also learn about how to set llm config, and set up Docker for safe execution of code blocks and function calling.

AutoGen introduction video: 2023-10-04 21:49:57 +0000 UTC View Post

Code Files for AutoGen Introduction in 5 files step by step including how to enable Docker

This is for video: https://youtu.be/WnBCPG-ZdLk

We will take a look at the AutoGen library by Microsoft in this video on how we can use it to easily create agent interactions with OpenAI's GPT-4. We will also learn about how to set llm config, save conversation history to a file and set up Docker for safe execution of code blocks.

WSL windows install: 2023-10-03 03:33:58 +0000 UTC View Post

Code Files for GPT-4 auto prompt generation for GPT 3.5 turbo 16k experiment with evaluation

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

In this video we will explore an experiment I made using GPT-4 to generate and iteratively try to improve on prompts for gpt 3.5 turbo 16k for a specific coding task. Results weren't very promising but the code has many interesting ideas in it.

Auto AGI original video: https://youtu.be/jTC-6kBOfn8&...

View Post

Basic file for Voice control multiple GPT agents at the same time

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

This post only includes the speech to code file. You can find all files at: https://www.patreon.com/posts/89710863

In this video we will review a project I built which lets you control multiple single action Function calling GPT-4 agents simultaneously. You have to run multiple instances ...

View Post

All files for Voice control multiple GPT agents at the same time

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

In this video we will review a project I built which lets you control multiple single action Function calling GPT-4 agents simultaneously. You have to run multiple instances of the agents yourself. You can do this by splitting your terminal.

Swarm Auto AGI: https://youtu.be/9rikBGcsVik

Search...

View Post

Code files for Fine tuning GPT 3.5 turbo to do highly complex tasks with minimal system message

This is for : https://youtu.be/9m9kpunqbOg

in this video we will learn about many things, how to download articles from wikipedia, how to use gpt 3.5 turbo instruct, how to get GPT-4 to evaluate sumamries of documents, how to create a fine tuning dataset both for training and validation. how to fine tune a model, how to cancel fine tunes, how to view updates on the fine tuning process and how to delete fine tuned mode...

View Post

Code files for New GPT 3.5 Turbo Instruct model released. Quick start guide

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

This video easy and simple quick start guide on how to start using the new OpenAI Gpt 3.5 Turbo instruct model which performs amazingly well! This is a completion endpoint so no complex assistant, user messages necessary, just prompt, completion pairs!  

Auto AGI: https://youtu.be/9rikBGcsVik<...

View Post

Code files for 3 gpt-4 agents communicate to build application code. Includes Architect, Coder, Reviewer

This is for video: https://youtu.be/KNjWG2es-3w

Multi Agent Coder is an experiment. It sometimes works great and sometimes not so much. It has 3 agents which are initialized form a GPT-4 API class which communicate with one another in turn to write code and update it by review and redesign.   

Code files are available to download for 

Auto AGI: 2023-09-16 00:40:29 +0000 UTC View Post

Original Auto AGI now available at $30 tier

This is the original Auto AGI(not swarm with code interpreter)  with much better json parsing function(from open-interpreter) and tools as stand alone functions instead of methods within a class. 

Source code for Swarm Auto AGI with Code interpreter: https://www.patreon.com/posts/code-files-for-88969108

Please watch the Patreon exclusive code review video to understand it bette...

View Post

Code files and crawled files only for GPT-4 Codes near perfect Llama Index code using Vector DB from documentation

Extracted Code files + Embeddings is in post: https://www.patreon.com/posts/88848022

This is for video: https://youtu.be/8svhs4kIpyo

Langchain dynamo code + data + embeddings: https://www.patreon.com/posts/all-files-for-4-87972378

Searc...

View Post

Code Files for Communicating Swarm Intelligence prototype with GPT

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

A  prototype of a GPT based swarm intelligence system with interagent communication for building future swarm systems.  I will be building more complex swarm systems in the future.

Original Swarm video:  https://youtu.be/7XfEPbs2A48  

AUTO AGI agent video: 2023-09-02 10:00:04 +0000 UTC View Post

All Code files for Basic Code files for Prototype of a GPT based swarm intelligence system for building more advanced swarm systems

This is for video: https://youtu.be/7XfEPbs2A48

A simple prototype of a GPT based swarm intelligence system for building future swarm systems. This is more like an Ensemble approach which keeps a lot of the complex aspects simple for understanding and insights purposes. I will be building more complex swarm systems in the future.

search all echohive videos and find code download links easily: 2023-08-31 11:22:05 +0000 UTC View Post

Basic Code files for Prototype of a GPT based swarm intelligence system for building more advanced swarm systems

This is for video: https://youtu.be/7XfEPbs2A48

All Code files for this project is available at this post: https://www.patreon.com/posts/all-code-files-88533794

A simple prototype of a GPT based swarm intelligence system for building future swarm systems. This is more like an Ensemble approach which keeps a lot of the c...

View Post

Code file only for Auto generate fine tuning data for GPT 3.5 or other open source models from a single prompt

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

Code +Fine tuning dataset + embeddings: https://www.patreon.com/posts/88224418

Generating the dataset costs about $50 for 720 rows

Please watch the video to understand better how the code works

Search all my videos and quickly find code download links: 2023-08-25 10:00:07 +0000 UTC View Post

Code files for Fine tune GPT 3.5 Turbo in Python. Step by step instructions for entire process

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

Please watch the video for guidance on how to run the code.

Step by step instruction on how to fine tune GPT 3.5 Turbo in Python using OpenAI API. Everything you need to know about Fine tuning.

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

Chat with us on...

View Post

Code files for GPT-4 Codes near perfect Langchain code using Vector db from documentation video

NOTE: This doesn't include the extracted code dataset and the Vectordb which takes about $75 in API costs to create. You can find  all the data here: https://www.patreon.com/posts/87972378
This still includes the original downloaded Langchain documentation data.

UPDATE: Uploaded new requirements.txt which has all the packages

This is for video: 2023-08-20 11:43:53 +0000 UTC View Post

Entire Langchain documentation download plus code

You can embed these and create a db. 

I have included code files for web crawling and token counting and other tools.

I included documentation for the crawler script

I also included a csv file with all file names and their token counts along with a txt table.

explanation video: https://youtu.be/fGmOiJD65dw

Please check ahead of time if the website allows for crawling and scraping. You can c...

View Post

Code files for Wiki explorer with Langchain project revisit

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

This is a revisit of a popular older project. made with langchain version 0.0.79 and python 3.11

pip install requirements.txt then pip install python-magic and then python-magic-bin

NOTE: MAKE SURE TO INSTALL THE VERSIONS OF PACKAGES AS LISTED IN REQUIREMENTS.TXT

View Post

Code Files for GPT Function calling deep dive with streaming responses

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

NOTE: Always be careful when auto executing functions. Especially with file operations. It is best to put a check to make sure agent does NOT modify anything outside of the working directory.

Source code for AUTO AGI: https://www.patreon.com/posts/code-files-for-87530987 View Post

Code review for AUTO AGI - Patrons exclusive

Code files for AUTO AGI: https://www.patreon.com/posts/code-files-for-87530987

Search for code files: https://www.echohive.live/

check for a link for when I am online in Office Hours post: https://www.patreon.com/posts/check-for-lin...

View Post

Office Hours Offline Now...

Google meet link: Currently Offline

was live 12/10 2 pm Los Angeles time for $30+ Patrons

was live 12/10 3 pm Los Angeles time for $50+ Patrons

was live 11/26 2 pm Los Angeles time for $30+ Patrons

---

was live 11/19 2 pm Los Angeles time for $30+ Patrons

was live 11/19 3 pm Los Angeles time for $50+ Patrons

----

was live 11/12 2 pm Los Angeles time for $9+ Patrons

was live 11/12 3 pm Los Angeles time for $30+ Patrons

was live 11/5 2...

View Post

Code files for GPT agent that actually works and writes its own tools

This is for video: https://youtu.be/jTC-6kBOfn8

UPDATE: Updated this with requirements.txt. uses python 3.10

Note: You are hereby granted permission to use this code for both personal and commercial purposes. However, redistribution of this code is prohibited.

I will be making a code review video for Patreon soon!

View Post

Community Update

Hello fellow Coders,

Firstly, a heartfelt thank you for your continued support. To this day I have posted code files for over 120+ projects🚀 and I would like to work on some more complex projects💪 which takes many days and has much more associated API costs to develop. Here are the changes you can expect. Please let me know your thoughts. And remember that you can easily search for code files and videos at https://www....

View Post