mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-26 03:15:19 +03:00
8b68aeb64f
# Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. ## Checklist before requesting a review Please delete options that are not relevant. - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my code - [ ] I have commented hard-to-understand areas - [ ] I have ideally added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged ## Screenshots (if appropriate):
30 lines
770 B
Plaintext
30 lines
770 B
Plaintext
---
|
|
title: "Brain Customisation"
|
|
---
|
|
|
|
## Customize your brain to fit your needs.
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="Model" icon="robot">
|
|
For each of your brains, you can choose which model you want to use.
|
|
</Card>
|
|
|
|
<Card title="Max Token" icon="paragraph">
|
|
You can set the maximum token count to define the maximum size of your brain's responses.
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
<Tip>You can also update the name and description of the brain if needed.</Tip>
|
|
|
|
## Choose your prompt
|
|
|
|
You can choose from a library of prompts or create your own.
|
|
|
|
<Info>
|
|
A prompt in this context refers to a specific instruction or set of
|
|
instructions given to an AI system to perform a particular task or generate a
|
|
specific type of response.
|
|
</Info>
|
|
|
|
<Snippet file="commercial.mdx" />
|