Official recommendation: avoid system prompts for R1 — place all instructions in user prompt. For V3, use system prompts to lock in behavior. Temperature 0.6 recommended.
For DeepSeek-R1 (Reasoning Model): - Do NOT use system prompts — place all instructions in the user message - Do NOT use few-shot examples (they confuse the reasoning chain) - Set temperature to 0.6 for optimal reasoning - Let the model reason independently For DeepSeek-V3 (Chat Model): - Use system prompts to define behavior and persona - Few-shot examples work well - Temperature 0.7-1.0 for creative tasks, 0.3-0.5 for precise tasks General Settings: - max_tokens: Set appropriately for your task - top_p: 0.95 recommended - frequency_penalty: 0 (default) - presence_penalty: 0 (default)
Workflows from the Neura Market marketplace related to this DeepSeek resource