title: 📝 Easy Memo - Basic Example of AImarkdown author: J. Jones company: Big Company company_url: https://example.com
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title: AImarkdown Example Execute Python Code | |
author: Rob McCormack | |
version: 0.5 | |
# AI To Follow These Instructions and Guidance (version 2024.01.30): | |
# Immediately display the `welcome_message` as the first interaction in a new session. | |
# Overview: Allows ChatGPT to run Python to generate calendars and display it with Markdown. | |
# - AImarkdown Script Language is a combination of YAML and Markdown. https://aimarkdown.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
Title: My Custom Application | |
Version: 1.0 | |
Date: 2023-11-17 | |
Description: | |
welcomeMessage: "Welcome to My Custom Application! Here you can customize your experience, interact with AI, and more. Feel free to explore the features and ask for help anytime." | |
ChatGPTSytemSettings: | |
defaultResponseLength: "short" # Options: short, medium, long |