πŸ“„ AlpacaΒΆ

system_prompts.models.alpaca

TextualSystemPrompt(
    text="Below is an instruction that describes a task. Write a response that appropriately completes the request.

",
)
[source]

Explanation about TextualSystemPromptΒΆ

Specifies the system prompt as a totally independent string.

Read more about catalog usage here.