Skip to content

Commit

Permalink
fix: remove obsidian- prefix from id
Browse files Browse the repository at this point in the history
  • Loading branch information
ericrallen committed Jul 29, 2023
1 parent 0bcbf5b commit e772562
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "obsidian-ai-research-assistant",
"name": "AI Research Assistant",
"version": "1.4.1",
"minAppVersion": "1.1.9",
"description": "A Prompt Engineering research utility for generative AI models like OpenAI's ChatGPT that facilitates archiving and searching conversations and live editing a conversation's context/memory.",
"author": "Interweb Alchemy",
"authorUrl": "https://github.com/InterwebAlchemy",
"fundingUrl": "https://ko-fi.com/ericrallen",
"isDesktopOnly": true
}
"id": "ai-research-assistant",
"name": "AI Research Assistant",
"version": "1.4.1",
"minAppVersion": "1.1.9",
"description": "A Prompt Engineering research utility for generative AI models like OpenAI's ChatGPT that facilitates archiving and searching conversations and live editing a conversation's context/memory.",
"author": "Interweb Alchemy",
"authorUrl": "https://github.com/InterwebAlchemy",
"fundingUrl": "https://ko-fi.com/ericrallen",
"isDesktopOnly": true
}

0 comments on commit e772562

Please sign in to comment.