SwindleA / phishing_detection_extension

0 stars 0 forks source link

Reformat Gmail Requests Code and Display Responses to UI #15

Closed SwindleA closed 9 months ago

SwindleA commented 10 months ago

The main objectives are:

  1. Clean up the code that makes requests to the gmail api. Currently it is a bunch of nested requests, ideally there is a cleaner way to do this.
  2. Standardize the backend request to gpt. Rename the backend route to be for any front end to send messages to gpt.
  3. Display response for GPT to UI