Skip to content

Commit

Permalink
Address PR Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
cherbel committed Oct 25, 2023
1 parent 2fe52d5 commit 424b402
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ format:
init-python-sdk:
cd python-sdk; pip install -e '.[dev]' -U

init: init-python-sdk init-server

init-server:
cd server; npm install

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ if is_leak_detected:

## Self-hosting

To self-host Rebuff, you need to set up the necessary providers like Pinecone,
To self-host Rebuff Playground, you need to set up the necessary providers like Pinecone,
Supabase, and OpenAI. Follow the links below to set up each provider:

- [Pinecone](https://www.pinecone.io/)
Expand Down

0 comments on commit 424b402

Please sign in to comment.