Skip to content

Commit

Permalink
Update README.md to be explicit regarding the CLI command
Browse files Browse the repository at this point in the history
  • Loading branch information
shoutsid committed Oct 16, 2023
1 parent 71d554e commit 081411f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The easiest way to start playing is click below to use the Github Codespace.
2. Run the [setup script](https://github.com/shoutsid/townhall/blob/main/setup.sh) to set up the virtual environment and install dependencies.
3. Update the `.env` file with your `OPENAI_API_KEY` using the provided [.env.example](https://github.com/shoutsid/townhall/blob/main/.env.example) as a reference.
4. To start the chat interface, run the command `streamlit run app.py`.
5. (Optional) Execute the [main.py](https://github.com/shoutsid/townhall/blob/main/main.py) script to start the application.
5. (Optional) Execute the [main.py](https://github.com/shoutsid/townhall/blob/main/main.py) script to start a conversation via CLI.

## Dependencies

Expand Down

0 comments on commit 081411f

Please sign in to comment.