Skip to content

Commit

Permalink
Merge branch 'danny-avila:main' into Speech-to-Text
Browse files Browse the repository at this point in the history
  • Loading branch information
bsu3338 authored Aug 5, 2023
2 parents 4401d0d + 1f5a79f commit 07b2af1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions client/src/components/Endpoints/Settings/Plugins.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 07b2af1

Please sign in to comment.