We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a2c46 commit 6bb8a65Copy full SHA for 6bb8a65
CHANGELOG.md
@@ -2,6 +2,19 @@
2
3
## [Unreleased]
4
5
+### Added
6
+
7
+- LLM clients table for saving multiple clients configurations.
8
+- Support for Ollama.
9
+- Setting for Open AI's organization ID.
10
+- New persistent state settings component for saving multiple LLM clients.
11
12
+### Changed
13
14
+- Replace `com.aallam.openai:openai-client` with `langchain4j`.
15
+- Refactor the code with generic implementation of LLM clients that makes adding new clients easier.
16
+- Use Kotlin's coroutines to prevent blocking of EDT thread.
17
18
### Fixed
19
20
- Language Pack plugin makes the AI commits plugin unusable.
0 commit comments