Basic Code files for Recommending the right product to user. only JSON mode. No Function calling. with and without RAG
🕑 Added 2023-11-17 05:37:45 +0000 UTCThis 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:
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
Comments
Echo Hive
You need to upgrade the library to the specified version in the requirements.txt file. Openai Updated their library drastically, recently
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.