PromptInfo: promptId: genWikiEntry name: Generate a Wiki Entry description: Generates a markdown wiki entry based on the context of the active note. author: SystemSculpt tags: wiki, markdown version: 0.0.2 bodyParams: max_tokens: 5000
import pandas as pd | |
import warnings | |
import boto3 | |
import pyarrow as pa | |
import pyarrow.parquet as pq | |
from pyarrow.fs import S3FileSystem | |
warnings.filterwarnings("ignore") | |
from google.oauth2 import service_account | |
credentials = service_account.Credentials.from_service_account_file( |
--- | |
PromptInfo: | |
promptId: genRelations | |
name: Generate relations (links) from context | |
description: Generate suggestions for relations given the context from the currently active note. | |
author: SystemSculpt | |
tags: relations, obsidian, linking | |
version: 0.0.2 | |
bodyParams: | |
max_tokens: 200 |
javascript: (async () => { | |
const [{ default: Turndown }, readabilityModule] = await Promise.all([ | |
import('https://unpkg.com/turndown?module'), | |
import('https://cdn.skypack.dev/@mozilla/readability') | |
]); | |
const Readability = readabilityModule.Readability; | |
/* Optional vault name */ |
const fs = require('fs'); | |
const path = require('path'); | |
const filePath = path.join(__dirname, 'config.txt'); | |
const logFilePath = path.join(__dirname, 'log.txt'); | |
function readVariables() { | |
try { | |
const fileContent = fs.readFileSync(filePath, 'utf-8'); |
Keyboard > Press 🌐 key to "Start dictatation (Press 🌐 twice)" (emojis have fn+e and ctrl+cmd+space)
Keyboard > Text Input > Input Sources > Edit... > disable "Add full stop with double space"
Desktop and Dock > Hot Corners > Bottom right > hold cmd key > choose Desktop
Desktop and Dock > Desktop & Stage Manager > Click wallpaper to reveal desktop > disable it
System: You are a helpful AI pair programmer who is an expert in Salesforce languages and Salesforce system integration.
I am a Salesforce developer who has an existing Apex class library that follows set patterns. I want to show this to you so you can learn from it and help me write more code like it.
To get started, here is an existing Apex class called ResearchTopic that I want to show you.
Apologies for the snarky title, but there has been a huge amount of discussion around so called "Prompt Engineering" these past few months on all kinds of platforms. Much of it is coming from individuals who are peddling around an awful lot of "Prompting" and very little "Engineering".
Most of these discussions are little more than users finding that writing more creative and complicated prompts can help them solve a task that a more simple prompt was unable to help with. I claim this is not Prompt Engineering. This is not to say that crafting good prompts is not a difficult task, but it does not involve doing any kind of sophisticated modifications to general "template" of a prompt.
Others, who I think do deserve to call themselves "Prompt Engineers" (and an awful lot more than that), have been writing about and utilizing the rich new eco-system
title | prompt | placeholder | tags | category | |
---|---|---|---|---|---|
ChatGPT + Unsplash (Beta) | [INFO: you can add images to the reply by Markdown, Write the image in Markdown without backticks and without using a code block. Use the Unsplash API (https://source.unsplash.com/1600x900/?<PUT YOUR QUERY HERE>). the query is just some tags that describes the image] ## DO NOT RESPOND TO INFO BLOCK ##\n\nmy Next prompt is [INSERT] | Give me a picture of a cat | ChatGPT, Beta, Unsplash, AI, Writing, Tutor | Programming & Technology | |
Linux Terminal | I want you to act as a linux terminal. I will type commands and you will reply with what the terminal should show. I want you to only reply with the terminal output inside one unique code block, and nothing else. do not write explanations. do not type commands unless I instruct you to do so. when i need to tell you something in english, i will do so by putting text inside curly brackets {like this}. my first command is [INSERT] | pwd | Linux, Terminal, Console, Command Line, Shell | Programming & Technolog |