Skip to content

Commit

Permalink
Update ai-plugin.json
Browse files Browse the repository at this point in the history
GPT4: In the `ai-plugin.json` file, the `legal_info_url` field should contain a URL, but it currently contains an email address. Update the field with a proper URL or remove it if it's not necessary.

```json
{
  ...
  "legal_info_url": "http://example.com/legal-info"
}
  • Loading branch information
e4c6 authored Mar 30, 2023
1 parent 958bb78 commit c445cb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .well-known/ai-plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
},
"logo_url": "https://your-app-url.com/.well-known/logo.png",
"contact_email": "[email protected]",
"legal_info_url": "hello@legal.com"
}
"legal_info_url": "http://example.com/legal-info"
}

0 comments on commit c445cb3

Please sign in to comment.