📄️ Use tools in API
To utilize tools such as the product catalog in SalesGPT, ensure that you have set USETOOLSIN_API=True in your .env file. Once configured, you can implement your product catalog into SalesGPT by loading it.
📄️ Internet Search
SalesGPT now has the capability to perform internet searches using DuckDuckGo through a pre-made LangChain tool. This feature allows the AI sales agent to access up-to-date information from the web during conversations, enhancing its ability to provide relevant and timely responses.
📄️ Pre-built Tools
SalesGPT is not limited to just custom-built tools. It can also leverage a wide range of pre-built tools available from LangChain. These tools provide additional capabilities and integrations that can enhance your AI sales agent's functionality.
📄️ Product catalog
To ensure that SalesGPT can effectively understand and utilize your product catalog, it is important to set up the correct chunk size in the text splitter within the tools.py file. Proper chunking helps in maintaining the context and coherence of the product information.
📄️ Gmail Integration for Sales Agent
Our sales agent can now send emails using Gmail. To enable this functionality, you need to set up the necessary environment variables in your system.
📄️ Calendly
https://calendly.com
📄️ Different Business Use Cases
SalesGPT is a versatile AI agent that can be adapted to various industries by changing the setup file and updating the product catalog. By default, SalesGPT is configured using the exampleagentsetup.json file located in the examples directory.
📄️ Using Open Source Models
SalesGPT allows you to use open-source models instead of paid models like OpenAI's GPT. To do this, follow these steps: