Skip to content

Commit

Permalink
Minor README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjay920 committed Feb 13, 2024
1 parent 2c494c9 commit bb2bb74
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
@@ -1,6 +1,6 @@
# Rubra

Rubra is an open-source ChatGPT. It's designed for users who want to:
Rubra is an open-source ChatGPT. It's designed for users who want:

- **Multi-Model Support:** Rubra integrates with a variety of LLMs, including a local model optimized for Rubra, as well as models from OpenAI and Anthropic. More providers will be added in the future.
- **Assistant Tools:** Create powerful assistants using tools for web search, knowledge retrieval, and more, all designed to augment your LLMs with the information they need to be truly helpful.
Expand All @@ -22,7 +22,7 @@ Rubra is an open-source ChatGPT. It's designed for users who want to:
Rubra offers a simple one-command installation:

```bash
curl -sfL https://raw.githubusercontent.com/acorn-io/rubra/main/quickstart.sh | sh -s -- start
curl -sfL https://get.rubra.ai | sh -s -- start
```

After installation, access the Rubra UI at `http://localhost:8501` and start exploring the capabilities of your new ChatGPT-like assistant.
Expand Down

0 comments on commit bb2bb74

Please sign in to comment.