Prompting Guides.doc
# Prompting_guides module
> Location: `lib/meta_prompting/prompting_guides.ml`
## Overview
`Prompting_guides` is a thin wrapper around a handful of **large multi-line
strings** that the rest of the `ochat` code-base can embed directly into LLM
prompts. The strings capture the project’s collective knowledge about how to
prompt different families of OpenAI models and are meant to be transmitted to
the model verbatim (e.g., in the **system** or **developer** message of an
OpenAI chat request).
No parsing or manipulation happens in this module – it simply exposes the
constants so that callers do not have to copy-and-paste the text or load it
from external files.
## Typeswhen to use it
Community prompt sourced from the open-source GitHub repo dakotamurphyucf/ochat (MIT). A "Prompting Guides.doc" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
roleplaycommunitygeneral
source
dakotamurphyucf/ochat · MIT