Skip to content

v1.1.0 -- ChatGPT two-file setup

Choose a tag to compare

@medicnick medicnick released this 22 May 18:25
· 20 commits to main since this release

What's new in v1.1.0

ChatGPT two-file setup
ChatGPT Custom GPTs have a character limit on the Instructions field that the full system prompt exceeds. This release adds a condensed chatgpt-instructions.md (5,743 characters) designed for the Instructions field, with paramedic-narrative/SKILL.md uploaded as a Knowledge File. The full clinical reference standard is preserved -- it moves from the instructions field to the knowledge file where ChatGPT retrieves it during conversation.

Files changed

  • chatgpt-instructions.md -- new, condensed instructions for ChatGPT Custom GPTs
  • system-prompt.md -- header updated to clarify this is for Gemini, API, and platforms without character limits
  • README.md -- ChatGPT installation section rewritten with two-file setup instructions
  • All files -- version bumped from 1.0.0 to 1.1.0

Upgrading from v1.0.0

  • Claude users: download the new .skill file and replace the existing one in your Project
  • ChatGPT users: replace your Instructions field content with chatgpt-instructions.md and upload SKILL.md as a Knowledge File
  • Gemini users: no change needed, system-prompt.md continues to work as before