Property SystemPrompt
- Namespace
- LMKit.TextGeneration
- Assembly
- LM-Kit.NET.dll
SystemPrompt
Specifies the system prompt applied to the model before forwarding the user's requests.
The default value is "You are a chatbot that always responds promptly and helpfully to user requests."
public string SystemPrompt { get; set; }