aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/chatgpt/package.json
blob: 866109d8ca68bd4397bcc6d8d7ff6347ff636150 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "id": "chatgpt",
  "name": "ChatGPT",
  "version": "1.2.1",
  "license": "MIT",
  "config": {
    "serviceURL": "https://chat.openai.com/chat"
  }
}