Help needed – “advertisement_for_tv.ipynb” fails with Error: 'stream'
#111
-
Hi everyone! I’m really enjoying TinyTroupe, but I’ve run into a problem when running the Error log
What I’ve tried so far
Despite this, the same Environment
Has anyone encountered this |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Fixed myself :p I didn't set my OpenAI API Key as an environment variable extrictly on step 4:
Lesson learned 👍 |
Beta Was this translation helpful? Give feedback.
Fixed myself :p
I didn't set my OpenAI API Key as an environment variable extrictly on step 4:
Make sure you have either Azure OpenAI or OpenAI API keys set as environment variables, as described in the Pre-requisites section.
Use pip to install the library directly from this repository (we will not install from PyPI):
pip install git+https://github.com/microsoft/TinyTroupe.git@main
Lesson learned 👍