From 326d4fded408b453895ac1d96b9661dd1118b071 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 2 May 2023 08:55:29 +0200 Subject: [PATCH] OpenAi conversation: add link to voice assistant voip tutorial (#27226) --- source/_integrations/openai_conversation.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/openai_conversation.markdown b/source/_integrations/openai_conversation.markdown index 044815ac082..995d8e85a10 100644 --- a/source/_integrations/openai_conversation.markdown +++ b/source/_integrations/openai_conversation.markdown @@ -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/). \ No newline at end of file