logancyang_obsidian-copilot/manifest.json
Logan Yang 773a379cc1
Update langchainJS version to 0.0.212 (#213)
* Enhance AIState documentation

* Update langchain to 0.0.212

* Migrate from openai v3 to v4

* Add check for undefined chain in runChain

* Set embedding model too when proxy url is provided

* Fix import for migration

* Fix bug updating vectordb after clearing

* Add more detail in logging

* Update styling for openai proxy url setting

* 2.4.5
2023-12-29 15:47:29 -08:00

14 lines
No EOL
382 B
JSON

{
"id": "copilot",
"name": "Copilot",
"version": "2.4.5",
"minAppVersion": "0.15.0",
"description": "A ChatGPT Copilot in Obsidian.",
"author": "Logan Yang",
"authorUrl": "https://twitter.com/logancyang",
"fundingUrl": {
"Buy Me a Coffee": "https://www.buymeacoffee.com/logancyang",
"GitHub Sponsor": "https://github.com/sponsors/logancyang"
},
"isDesktopOnly": true
}