Skip to content

Commit

Permalink
Merge pull request #119 from mistralai/pandora-s-git-patch-1
Browse files Browse the repository at this point in the history
Update agents.md fix typo
  • Loading branch information
pandora-s-git authored Aug 7, 2024
2 parents 99de554 + 15f5120 commit 37bad73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/capabilities/agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To start building your own agent, visit https://console.mistral.ai/build/agents/
<img src="/img/agent.png" alt="drawing" width="600"/>

Here are the available options for customizing your agent:
- **Model**: The specific model you would like the agent to use. Default is "Mistral Large 2" (`mistral-large-2407`). The other model choicess are "Mistral Nemo" (`open-mistral-nemo`), "Codestral" (`codestral-2405`), and your fine-tuned models.
- **Model**: The specific model you would like the agent to use. Default is "Mistral Large 2" (`mistral-large-2407`). The other model choices are "Mistral Nemo" (`open-mistral-nemo`), "Codestral" (`codestral-2405`), and your fine-tuned models.
- **Temperature**: What sampling temperature to use, between 0.0 and 1.0. Higher values will make the output more random, while lower values will make it more focused and deterministic.
- **Instructions** (optional): Instructions allows you to enforce a model behavior through all conversations and messages.
- **Demonstrations** (optional): Few-shot learning examples can be added to help guide the agent to understand the specific behavior you want it to exhibit. You can show the model some examples of input and output to improve performance.
Expand Down

0 comments on commit 37bad73

Please sign in to comment.