Skip to content

Commit

Permalink
reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmoffet committed Oct 29, 2024
1 parent 642e617 commit 2af0398
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,23 @@
nvm use 20.15.1
```

5. **Run redis**:
5. **Install gitleaks**:

- Install with homebrew, then start a new terminal:

```bash
brew install gitleaks
```

6. **Run redis**:

- Check for redis on the default `lsof -i:6379`, if it's there, make sure it's got the default creds, or kill it and run:

```bash
docker run -d --name redis -p 6379:6379 -p 8001:8001 redis/redis-stack:latest
```

6. **Install deps, build and run**:
7. **Install deps, build and run**:

- Install, build and run with hot reloading:

Expand All @@ -62,7 +70,7 @@

- You should see the pipelines server running at 9099, the static files should be compiled and the webui server should be running at http://0.0.0.0:8080.

7. **Set up pipelines to access models via API**:
8. **Set up pipelines to access models via API**:

- The first user to sign up to a new installation should get the admin role. Once you're in, navigate to the Admin Panel > Settings > Connections > OpenAI API section. Set the API URL to http://localhost:9099 and the API key to 0p3n-w3bu! and hit refresh to see if it connects.
- After completing these steps, the model specified in the pipeline should be available in the drop down at the upper left when you create a new conversation.

0 comments on commit 2af0398

Please sign in to comment.