mirror of
https://github.com/logancyang/obsidian-copilot.git
synced 2026-07-22 07:50:24 +00:00
* 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
14 lines
No EOL
382 B
JSON
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
|
|
} |