Skip to content

Commit

Permalink
small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierRLopes committed Dec 28, 2024
1 parent 5d187ab commit 9ee15c1
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ When ChatGPT launched, everyone rushed to build financial chatbots. But they mis
- The best AI model is useless without access to your data.
- Access to data isn't enough - AI needs to handle complete workflows, not just conversations.

The problem with financial chatbots:
The limitations of most financial chatbots:

1. They can't access your proprietary data
1. They only work on a specific dataset (e.g 10-K/10-Q)
2. They can't handle complex financial workflows
3. They force analysts to work in an unnatural chat interface

<br />

Here's how OpenBB solves this:
Here's how OpenBB addresses these challenges:

First, we ensure complete data access:
First, we ensure comprehensive data access:

- Run everything on-premise or in your VPC
- Connect any data source: files, APIs, third-party feeds, anything
- Connect any data source: internal files, APIs, third-party feeds, market data - anything
- Use a universal data layer that standardizes everything (whether it's CSV, Excel, Snowflake, or APIs)

But the real innovation?
Expand Down

0 comments on commit 9ee15c1

Please sign in to comment.