We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5abfc99 commit dcdda40Copy full SHA for dcdda40
2 files changed
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# [1.4.0](https://github.com/ahonn/logseq-plugin-ai-assistant/compare/v1.3.2...v1.4.0) (2024-05-20)
2
+
3
4
+### Features
5
6
+* change to use ChatOpenAI ([330c371](https://github.com/ahonn/logseq-plugin-ai-assistant/commit/330c37103cd439056001fb12e136d4a9adbbb780))
7
+* update @langchain/openai ([c2b409f](https://github.com/ahonn/logseq-plugin-ai-assistant/commit/c2b409f454536d40824c407abf5c47862221f826))
8
9
## [1.3.2](https://github.com/ahonn/logseq-plugin-ai-assistant/compare/v1.3.1...v1.3.2) (2024-04-22)
10
11
package.json
@@ -1,6 +1,6 @@
{
"name": "logseq-plugin-ai-assistant",
- "version": "1.3.2",
+ "version": "1.4.0",
"main": "dist/index.html",
"scripts": {
"dev": "vite",
0 commit comments