pip install openai
, and use the Minds API key and name of the Mind you created.
The following code lets you chat with your Mind.
completion
function on the mind
object.
Stream Mind’s Thoughts
This feature enables you to stream the thoughts of the Mind, which includes all the steps the Mind takes to answer the question.completion
function on the mind
object.