yzh503_obsidian-aicommander.../manifest.json

12 lines
374 B
JSON
Raw Normal View History

2023-03-07 06:25:36 +00:00
{
2023-03-10 07:06:28 +00:00
"id": "obsidian-ai-commander",
"name": "AI Commander",
2023-03-07 06:25:36 +00:00
"version": "1.0.0",
"minAppVersion": "0.15.0",
2023-03-10 08:33:54 +00:00
"description": "Generate text from prompt, notes, and audio files using OpenAI API in conjunction with Bing search.",
2023-03-09 10:40:44 +00:00
"author": "Simon Yang",
"authorUrl": "https://yzh503.github.io",
2023-03-10 07:06:28 +00:00
"fundingUrl": "https://www.buymeacoffee.com/yzh503",
2023-03-07 06:25:36 +00:00
"isDesktopOnly": false
}