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