Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 773 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 773 Bytes

Generative UI - Frontend

This is the frontend app for the generative UI financial agent.

Getting Started 🚀

  1. Navigate to this backend directory:

    cd financial-agent-ui/frontend
    
  2. Create a .env file in the project directory (next to .env.example) and add the following:

    POLYGON_API_KEY=                       # Get one at https://polygon.io
    OPENAI_API_KEY=                        # Get one at https://platform.openai.com
    
  3. Install dependencies:

    yarn install
    
  4. Run the app:

    yarn dev
    
  5. Chat with the agent!

Screenshot 2024-07-10 at 7 23 11 PM ``