Skip to content

A fork of my Company Hackathon 2023 project

Notifications You must be signed in to change notification settings

PilHliP211/nIQAnalyst

 
 

Repository files navigation

NIQAnalyst

A proof of concept for loan auto decision analysis and credit memo generation via ChatGPT

Accessing the Application

The project is hosted here: https://phillipbyram-ncino.github.io/nIQAnalyst/ To enable generative results, you must set your OpenAI Secret key in localStorage under an API_KEY entry. After navigating to the above link, open your browser console and run this command like so:

localStorage.setItem('API_KEY', 'sk-...abcd')

Replacing the 'sk-...abcd' with your personal secret key from OpenAI.

Obviously you shouldnt do this if you don't trust me or if you haven't read through the code to confirm that I'm not stealing your key 😛

About

A fork of my Company Hackathon 2023 project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 71.4%
  • HTML 21.9%
  • SCSS 6.7%