Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 589 Bytes

new-whitelabel-ai-flow.md

File metadata and controls

10 lines (10 loc) · 589 Bytes
graph TD;
    A[Auth0 Login] -->|Authenticated| B[Divinci AI Chat];
    B -->|Create a Whitelabel AI| C["Click 'Whitelabel' Header Nav"];
    C -->|Navigate to Whitelabel form| D[New Whitelabel form];
    D -->|Choose base language model | E[Choose some files for vector knowledge base];
    E -->|Submit form| F[Route to new Whitelabel Chat];
    F -->|Suggested QA Prompt tests for financial or medical questions against new AI| G[Run QA Prompts and get results back];
    G -->|Results received| H[Divinci suggests to tweak responses or upload more knowledge base files];
Loading