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<...
2023-06-17 16:08:11 +0000 UTC
View Post
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...
2023-06-16 14:54:03 +0000 UTC
View Post
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...
2023-06-16 12:35:25 +0000 UTC
View Post
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 &...
2023-06-14 11:01:51 +0000 UTC
View Post
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...
2023-06-13 12:08:02 +0000 UTC
View Post
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...
2023-06-12 10:45:17 +0000 UTC
View Post
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:
2023-06-11 08:45:03 +0000 UTC
View Post
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
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...
2023-06-10 04:05:05 +0000 UTC
View Post
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...
2023-06-08 10:23:10 +0000 UTC
View Post
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...
2023-06-02 09:30:54 +0000 UTC
View Post
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...
2023-05-31 09:40:29 +0000 UTC
View Post
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...
2023-05-30 13:03:50 +0000 UTC
View Post
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.
...
2023-05-29 12:26:44 +0000 UTC
View Post
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...
2023-05-26 12:56:39 +0000 UTC
View Post
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...
2023-05-25 09:58:55 +0000 UTC
View Post
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.
2023-05-23 22:49:29 +0000 UTC
View Post
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...
2023-05-17 11:54:13 +0000 UTC
View Post
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
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...
2023-05-14 12:51:47 +0000 UTC
View Post
this is for video: https://youtu.be/5ruSCOCXPUg
Search 140+ echohive videos and code links: https://www.echohive.live/
2023-05-10 10:39:27 +0000 UTC
View Post
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/
2023-05-07 11:27:14 +0000 UTC
View Post
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...
2023-05-05 23:07:43 +0000 UTC
View Post
This is for video: https://youtu.be/g1xGd82A4PE
Search 140+ echohive videos and code links: https://www.echohive.live/
2023-05-03 09:06:34 +0000 UTC
View Post
This is for video: https://youtu.be/O26Cv55oxE0
Search 140+ echohive videos and code links: https://www.echohive.live/
2023-05-02 00:05:01 +0000 UTC
View Post
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