Skip to content

Commit

Permalink
Update example-llm-workflows/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Ginsburg <[email protected]>
Signed-off-by: Zeeshan Lakhani <[email protected]>
  • Loading branch information
Zeeshan Lakhani and bgins committed May 1, 2024
1 parent fe8aef5 commit aabd8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-llm-workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ The learning goals of this project were to experiment with working with LLMs loc

Localized, open-source LLM models for home and on-prem use cases are growing in popularity, even leading to the creation of a [LocalLLaMA reddit][reddit-post] community! We've seen how [GDPR][gdpr] has increased the need for companies to be more careful around [PII management and data privacy isolation across regions and region-compliance laws][so-privacy].

IP is also a concern for companies, as they want to protect proprietary data, including trained models of their own. Some companies have the funding to pay OpenAI or other cloud AI provider platforms to work with their data through private channels, but not every company can afford this; nor does this present security against a massive IP data leak.
IP is also a concern for companies, where they want to protect proprietary data, including trained models of their own. Some companies have the funding to pay OpenAI or other cloud AI provider platforms to work with their data through private channels, but not every company can afford this; nor does this present security against a massive IP data leak.

Self-hosted, privately managed model deployments hit on many of the privacy and security modules taught in our course. Incorporating ways for users to chain LLM steps together while controlling what inference gets exhibited without the infrastructure concerns or data risks typically associated with external cloud services, presents a unique opportunity to democratize AI capabilities. By ensuring that users can interact with and execute complex AI
workflows with ease, this project aims to bridge the gap between advanced AI technologies and those with some software development background. This approach not only aligns with the course's focus on privacy and security, but also empowers users by providing them with tools to leverage AI in a secure, private, and user-friendly manner.
Expand Down

0 comments on commit aabd8fb

Please sign in to comment.