pandora-s commited on
Commit
7efc3c1
·
verified ·
1 Parent(s): ca6059a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -58,7 +58,7 @@ Bringing advanced AI capabilities to most environments.
58
  ### Recommended Settings
59
 
60
  We recommend deploying with the following best practices:
61
- - System Prompt: Use our provided [system prompt](https://huggingface.co/mistralai/Ministral-3-14B-Reasoning-2512/blob/main/SYSTEM_PROMPT.txt), and append it to your custom system prompte to define a clear environment and use case, including guidance on how to effectively leverage tools in agentic systems.
62
  - Multi-turn Traces: We highly recommend keeping the reasoning traces in context.
63
  - Sampling Parameters: Use a **temperature of 1** for most environments ; Different temperatures may be explored for different use cases - developers are encouraged to experiment with alternative settings.
64
  - Tools: Keep the set of tools well-defined and limit their number to the minimum required for the use case - Avoiding overloading the model with an excessive number of tools.
 
58
  ### Recommended Settings
59
 
60
  We recommend deploying with the following best practices:
61
+ - System Prompt: Use our provided [system prompt](https://huggingface.co/mistralai/Ministral-3-14B-Reasoning-2512/blob/main/SYSTEM_PROMPT.txt), and append it to your custom system prompt to define a clear environment and use case, including guidance on how to effectively leverage tools in agentic systems.
62
  - Multi-turn Traces: We highly recommend keeping the reasoning traces in context.
63
  - Sampling Parameters: Use a **temperature of 1** for most environments ; Different temperatures may be explored for different use cases - developers are encouraged to experiment with alternative settings.
64
  - Tools: Keep the set of tools well-defined and limit their number to the minimum required for the use case - Avoiding overloading the model with an excessive number of tools.