Taskade webhooks
Taskade ChatGPT
(1) All You Need To Know About DeepSeek- ChatGPT Killer | daily.dev
New chat
AI Text to Speech (TTS) – Krater.ai
Krater.ai/prompts
Drafts User Guide: Interact Scratchpad
ChatBot Dataset for Transformers
Chatbot
ChatGPT
ChatGPT Sheets – Use ChatGPT for Sheets - Chrome Web Store
ChatGPT - AiDE Planning Assistant GPT
Sure! Let's get started. First, I'll guide you through the planning process step by step to make sure we cover everything thoroughly.
Step 1: User Alignment
Could you share some details about your web app idea? For example:
Purpose: What problem does it solve, or what goal does it achieve?
Target Audience: Who will use it?
Core Features: What are the main functionalities you envision?
Business Model: How will it generate value (free, subscription, ads, etc.)?
Technology Stack (if known): Any preferences for programming languages, frameworks, or tools?
Feel free to elaborate as much as you want—this is your chance to brainstorm freely, and we’ll refine the idea together!
Building an Interactive Telegram Bot with Midjourney and ChatGPT
Use with Python Telegram Bot
ChatGPT
To create a shortcut that helps with chatting with an AI, particularly if you're thinking of integrating it with something like ChatGPT, here’s a comprehensive guide. This shortcut will allow you to input a query and receive a response from an AI via a REST API, like the one provided by OpenAI.
Step 1: Create the Basic Structure of the Shortcut
- Open the Shortcuts app on your iOS device.
- Tap the "+" button in the top right corner to create a new shortcut.
- Tap "Add Action" to start building your shortcut.
Step 2: Set Up User Input
- Search for "Ask for Input" in the Actions list.
- Add the "Ask for Input" action.
- Set the Prompt to something like "What would you like to ask the AI?".
- Optionally, set the Input Type to "Text".
Step 3: Prepare the API Request
- Add the "Get Contents of URL" action (Search for it if necessary).
- In the URL field, enter the endpoint for the AI’s API (for example,
https://api.openai.com/v1/chat/completions
for OpenAI’s API). - Tap on "Method" and set it to POST since you'll be sending data to the API.
Step 4: Configure API Headers
- Tap "Add New Field" under the "Get Contents of URL" action.
- Select "Headers".
- Add a header for "Authorization".
- Set the Value to your API key, formatted as
Bearer YOUR_API_KEY
.
- Set the Value to your API key, formatted as
Step 5: Configure the API Body
- Tap "Add New Field" again, this time select "Request Body".
- Change the Body Type to "JSON".
- Set the following keys and values in the JSON body:
"model"
:"gpt-4"
, or whatever model you are using."messages"
: A dictionary containing your input."role"
:"user"
."content"
: Magic Variable from Ask for Input (Use this to insert the user’s question into the API request).
Step 6: Extract the AI's Response
- After the "Get Contents of URL" action, add the "Get Dictionary Value" action.
- Set "Get Value for Key" to
"choices"
.
- Set "Get Value for Key" to
- Add "Get Dictionary Value" again to drill down into the first response choice.
- Set "Get Value for Key" to
"message"
.
- Set "Get Value for Key" to
- Add "Get Dictionary Value" again to get the actual text.
- Set "Get Value for Key" to
"content"
.
- Set "Get Value for Key" to
Step 7: Display the AI’s Response
- Add "Show Result" action.
- Set the Text to the Magic Variable representing the AI’s response content.
Step 8: Optional - Logging the Conversation
- If you want to keep a log of all your conversations, add an "Append to Note" or "Save File" action.
- You could format the entry as:
You asked: [Your Question] AI responded: [AI’s Response]
- Store the log in a specific note or a file in iCloud.
- You could format the entry as:
Step 9: Run and Test the Shortcut
- Name your shortcut something intuitive like "Chat with AI".
- Test it by entering a question when prompted.
- The shortcut should display the AI's response and optionally log the interaction.
This shortcut gives you a robust tool for interacting with AI directly from your device, integrating API calls, and handling responses, all within the iOS Shortcuts framework. If desired, you can extend it by adding more options like choosing the AI model, setting temperature parameters, or managing API tokens.
ChatGPT
Google Chat Message Sending
Dialogflow | Google Cloud
ChatGPT Prompt Engineering for Developers - DeepLearning.AI
ChatGPT - AppleScript, Shortcuts & API Integrator
Custom GPT - AppleScript & iOS Shortcuts
ChatGPT API — How to build AI Applications with Python: Step-by-Step Guide with Examples | by Michael King | Mar, 2023 | Medium
ChatGPT
ChatGPT
FactsBGPT
Build voice bots for mobile with Dialogflow and Flutter | Workshop - YouTube
eesel: ChatGPT document search - Chrome Web Store
Prompt Perfect Cookbook: Your ChatGPT Prompt Guide
Prompt Perfect Cookbook: Your ChatGPT Prompt Guide
Dialogflow CX Introduction - YouTube
Prompt Gen |Prompt Hackers
Prompt Generator
Chatsonic - Like ChatGPT but with superpowers
S1plei33em6b1
ChatGPT Cheat Sheet
ChatSonic
DailyBot
ChatGPT Prompt Generator - a Hugging Face Space by merve