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