mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-08 03:28:51 +01:00
Merge branch 'danny-avila:main' into Speech-to-Text
This commit is contained in:
commit
07b2af1317
2 changed files with 3 additions and 3 deletions
|
|
@ -109,7 +109,7 @@ Keep up with the latest updates by visiting the releases page - [Releases](https
|
|||
* [Cloudflare](docs/deployment/cloudflare.md)
|
||||
* [Ngrok](docs/deployment/ngrok.md)
|
||||
* [Render](docs/deployment/render.md)
|
||||
* [Azure](docs/deployment/azure.md)
|
||||
* [Azure](docs/deployment/azure-terraform.md)
|
||||
</details>
|
||||
|
||||
<details>
|
||||
|
|
|
|||
|
|
@ -34,8 +34,8 @@ export default function Settings({ conversation, setOption, models, readonly }:
|
|||
const setPromptPrefix = setOption('promptPrefix');
|
||||
const setTemperature = setOption('temperature');
|
||||
const setTopP = setOption('top_p');
|
||||
const setFreqP = setOption('presence_penalty');
|
||||
const setPresP = setOption('frequency_penalty');
|
||||
const setFreqP = setOption('frequency_penalty');
|
||||
const setPresP = setOption('presence_penalty');
|
||||
|
||||
const toolsSelected = tools && tools.length > 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue