Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

ChatGPTPromptExplorer

Guides

  • ChatGPTPromptExplorer

Tech Notes

  • ChatGPTPromptExplorer Workflows
  • ChatGPTPromptExplorer
  • Designing an LLMFunction
  • Experimenting with Prompts
  • Working with Chatbooks
  • Working with https://chat.openai.com/
  • Working with the Prompt Repository

Symbols

  • ChatGPTPromptExplorerGeneralPalette
  • ChatGPTPromptExplorerUIElement
  • ChatGPTQAPI
  • createPromptNotebook
  • getAllOpenAIModels
  • getPromptsFromPromptNotebook
  • promptEngineeringCell
  • $openAIAPIKey
Working with https://chat.openai.com/
ChatGPTPromptExplorerGeneralPalette
[]
opens the ChatGPTPromptExplorerGeneralPalette. This governs the main interactions with this application.
Opening the ChatGPTPromptExplorerGeneralPalette.
First load the package:
Needs["DavidReiss`ChatGPTPromptExplorer`ChatGPTPromptExplorer`"];
Creating a prompt to use in https://chat.openai.com/ as a JSON string.
You have created a prompt notebook such as this:
In the ChatGPTPromptExplorerGeneralPalette click on "Copy Prompts: JSON" or on "Show Prompts: JSON"
You will have a JSON expression that looks like this:
[ { "role":"system", "content":"You are a helpful assistant." }, { "role":"user", "content":"When you answer a question you will always respond in the form of a Haiku." }, { "role":"user", "content":"All sentences in that Haiku will be in UpperCase." }, { "role":"user", "content":"Each Haiku will be written in a positive tone." }]
Open up the OpenAI website and paste the prompt into the first query:
RelatedGuides
▪
ChatGPTPromptExplorer
RelatedTechNotes
▪
ChatGPTPromptExplorer Workflows
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com