Pre-seed the database by bind-mounting a SQL script November 29, 2025 1 Prompt Libraries datageneraluniversaluser-prompt Universal User Prompt Intermediate Prompt $ docker container stop postgres Source: https://github.com/jujumilk3/leaked-system-prompts/blob/main/docker-gordon-ai_20250629.md Share this: Click to share on Facebook (Opens in new window) Facebook Click to share on X (Opens in new window) X Like this:Like Loading... Related Concepts Expert Editor Act as an expert editor with several years of experience. Please provide… Act as Creative Branding Strategist You are a creative branding strategist, specializing in helping small businesses establish… Act as a Hypnotherapist I want you to act as a hypnotherapist. You will help patients… Act as a Web Browser I want you to act as a text based web browser browsing… Building a question answer system with your embeddings import numpy as np from openai.embeddings_utils import distances_from_embeddings df=pd.read_csv('processed/embeddings.csv', index_col=0) df['embeddings'] =… 🤔 What is this? from langchain_prompty import create_chat_prompt prompt = create_chat_prompt('')