Home Artists Posts Import Register

Downloads

Content

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

You can find the all code files with RAG at this post: https://www.patreon.com/posts/93035938

GPT Sales Agent talks to the user in a friendly and kind manner in a regular chat and understands user preferences and only at the right time recommends to the user the product they are looking for. We will use only JSON mode and no Function Calling which simplifies things quite a but. We will explore 2 versions one without RAG and one with Vector search and RAG. We will also use multiple search terms returned by the GPT to search over our database to find the right product for the user.

Everything GPT API Crash Course: https://www.patreon.com/posts/everything-gpt-8-92436797

 Quick start if you are new to coding and GPT API: 

https://youtu.be/YMhsatiXiGc 

https://youtu.be/YMhsatiXiGc  

Voice controlled Auto AGI with swarm and multi self launch capabilities: https://youtu.be/zErt3Tp7srY  

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

Auto AGI original source code: https://www.patreon.com/posts/87530987  

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

 echohive video finder GPT: https://chat.openai.com/g/g-HVLeU703t-echohive-video-finder 

Chat with us on Discord:  https://discord.gg/PPxTP3Cs3G 

 Follow on twitter(X) : https://twitter.com/hive_echo

Files

Comments

Lineon Digital Academy

I am getting an error message "from openai import OpenAi" ImportError: cannot import name 'OpenAI' from 'openai' kinda new to this would really like your guidance please thank you. The no embedding code file.

echohive42

You need to upgrade the library to the specified version in the requirements.txt file. Openai Updated their library drastically, recently