No Awesome ChatGPT Prompts videos yet. You could help us improve this page by suggesting one.
Notion API might be a bit more popular than Awesome ChatGPT Prompts. We know about 45 links to it since March 2021 and only 44 links to Awesome ChatGPT Prompts. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Aside from the built-in prompts powered by awesome-chatgpt-prompts (Are you an ETH dev, a financial analyst, or a personal trainer today?), you can also create, share and debug your chat tools with prompt templates. - Source: dev.to / over 1 year ago
I've found the following resources helpful: - 15 Rules For Crafting Effective GPT Chat Prompts (https://expandi.io/blog/chat-gpt-rules/) - Awesome ChatGPT Prompts (https://github.com/f/awesome-chatgpt-prompts) For more resources of like nature, you can search for "mega prompt". - Source: Hacker News / over 1 year ago
Someone assembled an adhoc page in Github that is amassing quite a large library of prompt ideas [Github]. Source: over 1 year ago
I like to use PromptLayer for this. But you could easily set up a simple CRUD web app to track prompts/average completion token # length, different variations. There is also awesome-chatgpt-prompts (https://github.com/f/awesome-chatgpt-prompts) which has some interesting ones. What are you looking for? - Source: Hacker News / over 1 year ago
* Built-In Prompts: Channel creativity using integrated prompts sourced from github.com/f/awesome-chatgpt-prompts. Source: over 1 year ago
Notion: https://developers.notion.com/. - Source: dev.to / 4 months ago
Obtain Notion API Token: Go to the Notion Developer Page, create a new integration, and get the API Token. - Source: dev.to / 7 months ago
The “Update Content” action that downloads content from Notion API and commits the changes. - Source: dev.to / 9 months ago
// composeApp/src/commonMain/kotlin/api/QueryDatabaseRequest.kt Package api Import kotlinx.serialization.SerialName Import kotlinx.serialization.Serializable /** * https://developers.notion.com/reference/post-database-query */ @Serializable Data class QueryDatabaseRequest( @SerialName("start_cursor") val startCursor: String? = null, @SerialName("page_size") val pageSize: Int? = 100, ) { ... - Source: dev.to / 11 months ago
Our public API uses Notion.com: https://developers.notion.com/ Switching the product and marketing sites would take a lot of work for unclear/low benefit since at this point we’ve learned the .so lessons and have a good reputation. Given the choice of projects like “scale infra so we stay online and fast-ish”, “improve search”, or “notion dot com”, Notion dot com ends up below the cut line. - Source: Hacker News / over 1 year ago
ChatGPT - ChatGPT is a powerful, open-source language model.
Sync2Sheets - Give Notion the superpowers of Google Sheets
OpenAI - GPT-3 access without the wait
Google forms to Notion - Supercharge Notion with Google Form ⚡️
Prompt Toolkit - A Tool to Search and Submit ChatGPT Commands
Unofficial Webhooks for Notion - Receive Webhooks from your Notion Workspace