{ "title": "Place GPT", "description": "Generate a description for your locations using GPT-3", "version": "2.0", "url": "https://github.com/megastruktur/foundryvtt-place-gpt/", "manifest": "https://raw.githubusercontent.com/megastruktur/foundryvtt-place-gpt/master/module.json", "download": "https://github.com/megastruktur/foundryvtt-place-gpt/releases/download/2.0/place-gpt-2.0.zip", "scripts": [ ], "esmodules": [ "place-gpt.js", "scripts/config.js", "ai-classes/chatgpt.js", "ai-classes/dummy.js", "ai-classes/ai-manager.js" ], "id": "place-gpt", "compatibility": { "minimum": "0.5.0", "verified": "11" }, "authors": [ { "name": "megastruktur", "email": "astromortis@gmail.com", "flags": {} } ], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json", "flags": {} } ] }