Spaces:
Build error
Build error
| title: Gpt3 Email Generator | |
| emoji: 🐢 | |
| colorFrom: blue | |
| colorTo: red | |
| sdk: streamlit | |
| sdk_version: 1.17.0 | |
| app_file: app.py | |
| pinned: false | |
| # Generating Emails with GPT-3 | |
| Email generator using the OpenAI API and the language model GPT-3 davinci-3 | |
| ## How to run this on your local computer: | |
| * Sign up for an [OpenAI account](https://platform.openai.com/signup) | |
| * Clone this repo | |
| * Rename the file `.streamlite/secrets.toml.template` to `.streamlite/secrets.toml` | |
| * Create an API key and copy the value into `.streamlite/secrets.toml` | |
| * Install requirements by using `pip install -r requirements` | |
| * Open a terminal and run the command `streamlit run app.py` | |
| * Connect locally to http://localhost:8501/ | |