Skip to content

Commit

Permalink
Correct README to specify the useage of the CLI ability, while stream…
Browse files Browse the repository at this point in the history
…lit is under heavy development.
  • Loading branch information
shoutsid committed Oct 17, 2023
1 parent c49941e commit 4a8d303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ The easiest way to start playing is click below to use the Github Codespace.
1. Clone the repository.
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 a conversation via CLI.
4. Execute the [main.py](https://github.com/shoutsid/townhall/blob/main/main.py) script to start a conversation via CLI.
5. (Optional & Under Heavy Development))To start the chat interface, run the command `streamlit run app.py`.

## Dependencies

Expand Down

0 comments on commit 4a8d303

Please sign in to comment.