Skip to content

Commit

Permalink
add custom gpt link
Browse files Browse the repository at this point in the history
  • Loading branch information
kavwad committed Dec 16, 2024
1 parent 272b32e commit 96de54e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,12 @@ The hosted app compares a set of low- and medium-cost plans available in the Cal

## Plans.json Schema

You can add or modify the `plans.json` file in the same directory as `app.py` using this structure:
You can add or modify the `plans.json` file in the same directory as `app.py`.

> [!TIP]
> Use [**this custom GPT**](https://chatgpt.com/g/g-67607e0805c08191bdd10ae2194d9e8f-insurance-plan-jsonifier) to convert a [Summary of Benefits and Coverage](https://www.healthcare.gov/glossary/summary-of-benefits-and-coverage/) pdf into a json object you can paste straight into `plans.json`.
The `plans.json` file uses this structure:

```json
{
Expand Down

0 comments on commit 96de54e

Please sign in to comment.