OpenAi conversation: add link to voice assistant voip tutorial (#27226)

This commit is contained in:
c0ffeeca7 2023-05-02 08:55:29 +02:00 committed by Franck Nijhof
parent 3fcd8b1a03
commit 326d4fded4
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -47,3 +47,7 @@ Top P:
description: An alternative to temperature, top_p determines the proportion of the most likely word choices the model should consider when generating text. A higher top_p means the model will only consider the most likely words, while a lower top_p means a wider range of words, including less likely ones, will be considered. For more information, see the [OpenAI Completion API Reference](https://platform.openai.com/docs/api-reference/completions/create#completions/create-top_p).
{% endconfiguration_basic %}
### Talking to Super Mario over the phone
You can use an OpenAI Conversation integration to [talk to Super Mario over a classic landline phone](/projects/worlds-most-private-voice-assistant/).