Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor updates to README.md #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# InferGPT: your local personalised AI agent
# InferLLM: your local personalised AI agent

InferGPT's mission is to be an AI that knows you better than your best friend. A system that personalises to who you are and what you care about. We want to build something that can:
InferLLM was built on top of InferGPT to be decoupled from the underlying model - hence the name change.

InferLLM's mission is to be an AI that knows you better than your best friend. A system that personalises to who you are and what you care about. We want to build something that can:

🔗 Ingest data about you from various sources (with your permission of course)
💡 Have deep and personal conversations without having to answer lots of questions - it will already infer your needs, make personalised recommendations and remember all your conversations.
Expand All @@ -14,11 +16,9 @@ We aim to be able to answer complex questions that require a deep understanding
2. I'm trying to lose weight but its not working, why?
3. I'm learning to code, can you create a tailored learning plan?

## Roadmap & Docs

Want more context about how it works, our roadmap and documentation? Check out the [wiki](https://github.com/WaitThatShouldntWork/InferGPT/wiki)
## Docs

For further reading on InferGPT's components, see any of the following
For further reading on InferLLM's components, see any of the following

- [Full system testing](test/README.md)
- [Data persistence](data/README.md)
Expand Down