Index

GPTClaudeDeepSeek··1,060 copies·updated 2026-07-14
index-3.prompt
---
title: Prompts
description: All about prompts.
weight: 10
---

Prompt templates serve as predefined recipes for generating prompts tailored for language models within the GoLC project. These templates encompass instructions, few-shot examples, and contextual questions, specifically designed for various tasks. GoLC offers dedicated tools for crafting and utilizing prompt templates. The project emphasizes model-agnostic templates, fostering their seamless reuse across diverse language models. Conventionally, language models anticipate prompts in the form of either a string or a list of chat messages.

{{< ghcode src="https://raw.githubusercontent.com/hupe1980/golc/main/examples/prompts/template/main.go" >}}

Output:

when to use it

Community prompt sourced from the open-source GitHub repo hupe1980/golc (MIT). A "Index" 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

productivitycommunitydeveloper

source

hupe1980/golc · MIT