FreeScoutGPT/module.json
2026-02-23 22:16:39 -08:00

26 lines
No EOL
1.1 KiB
JSON

{
"name": "FreeScoutGPT",
"alias": "freescoutgpt",
"description": "Module for requests to ChatGPT with support for multiple models. v1.0.33: Adds Infomaniak API support.",
"version": "1.0.33",
"detailsUrl": "https://github.com/presswizards/FreeScoutGPT/blob/main/changelog.txt",
"img": "https://raw.githubusercontent.com/presswizards/FreeScoutGPT/refs/heads/main/FreeScoutGPT-Logo.jpg",
"author": "5 Star Plugins",
"authorUrl": "https://5starplugins.com/freescout-gpt-pro/",
"requiredAppVersion": "1.8",
"license": "MIT",
"keywords": [],
"active": 0,
"order": 0,
"providers": [
"Modules\\FreeScoutGPT\\Providers\\FreeScoutGPTServiceProvider"
],
"aliases": {},
"files": [
"start.php"
],
"requires": [],
"latestVersionUrl": "https://raw.githubusercontent.com/presswizards/FreeScoutGPT/refs/heads/main/module.json",
"latestVersionZipUrl": "https://github.com/presswizards/FreeScoutGPT/archive/refs/heads/main.zip",
"changelogUrl": "https://github.com/presswizards/FreeScoutGPT/blob/main/changelog.txt"
}