mbchang / data-driven-characters

Generate chatbots from a corpus
https://mbchang-data-driven-characters-app-273bzg.streamlit.app/
MIT License
123 stars 18 forks source link

Update README.md - reminder about env variable #8

Closed mrisher closed 1 year ago

mrisher commented 1 year ago

people would probably figure this out, but just for completeness...

mbchang commented 1 year ago

Thanks! This might be best to include instead inside the "Installation" section. Can you please adjust the PR to recommend the user to include this in their .bashrc or .zshrc?

export OPENAI_API_KEY=<your_openai_api_key>
mrisher commented 1 year ago

updated!