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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ramon-victor authored Sep 11, 2023
1 parent ed17530 commit 028764a
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 @@ -88,7 +88,7 @@ In the project directory, create a file called .env.
Open the .env file and add the following line:

```
CHIMERA_API_KEY=<API-Key>
NAGA_API_KEY=<API-Key>
```

## Running the Application :rocket:
Expand Down Expand Up @@ -132,7 +132,7 @@ docker pull ramonvc/freegpt-webui-chimera
Run the application using Docker:

```
docker run -p 1338:1338 -e CHIMERA_API_KEY=<API-Key> ramonvc/freegpt-webui-chimera
docker run -p 1338:1338 -e NAGA_API_KEY=<API-Key> ramonvc/freegpt-webui-chimera
```

Access the application in your browser using the URL:
Expand Down

0 comments on commit 028764a

Please sign in to comment.