Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gt732 committed Mar 14, 2023
1 parent 6615bc0 commit 28c79b4
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,30 @@ FortiGPT Troubleshooting Assistant requires no dependencies to be installed. Ins

## Installation

To install FortiGPT Troubleshooting Assistant, simply run the following command:
To run FortiGPT Troubleshooting Assistant, simply follow the steps below:

Clone the repo
```
docker run -p 8501:8501 -e OPENAI_API_KEY=XXXXXXXXXXXXXXX gt732/fortigpt
git clone https://github.com/gt732/FortiGPT.git
```
Change into the app directory
```
cd FortiGPT/app/
```
Run the docker command. Local volumes allows you to modify the chatgpt prompts and debug commands.
This will be synced to the container.
```
docker run -d \
-p 8501:8501 \
-v $(pwd)/chatgpt_prompts:/app/chatgpt_prompts \
-v $(pwd)/debug_commands:/app/debug_commands \
-e OPENAI_API_KEY=your_api_key \
gt732/fortigpt
```

## Login Screen

![alt text](https://i.imgur.com/p5kirWy.png)
![alt text](https://i.imgur.com/4Je8TrR.png)
## Demo
VPN Phase1 Settings mis-match
![alt text](https://i.imgur.com/CJnhDhJ.png)
Expand Down

0 comments on commit 28c79b4

Please sign in to comment.