/Slash commands with Python SDK Access
Keymate API is available through Python SDK. You can find our detailed API Documentation here.
With a great API, comes great responsibility. So, we also provide /slash commands along with the custom actions. They help you (and your users) control how ChatGPT executes features with /slash commands.
Keymate has implemented multiple /slash commands that allow you to shortcut the way that ChatGPT uses Keymate.
You can find a detailed guideline on how to use them and what they do here.
Learn more on using Python SDK to access Keymate API via GitHub.
This table will give you a list of /slash commands that work on Keymate API when you access it via Python SDK:
Slash Command | Functionality |
/browse | Fetches any URLs without proxy it would probably fail on major websites (quicker than /browseurl). |
/browseurl | Enables user to conduct web browsing by extracting the text content of a specified URL. It will generate title and content. |
/gptsbrowse | Fetches memory.keymate.ai URLs. |
/internetsearch | Conducts an internet search. |
/query | Queries the user's Keymate Memory. |
/search | Searches keyword on the internet without proxies, fetches URLs and optimizes output. |
/ultrafastsearch | Provides 10 ultra fast search results from multiple sources, giving a more comprehensive view. |
/upsert | Inserts record to Keymate Memory. |