diff --git a/CHANGELOG.md b/CHANGELOG.md index ce82e03..bd4b903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,13 @@ ### Added - Support for Qianfan (Ernie). +- Support for Gemini. +- Icon next to name in clients table. ### Fixed - Ollama icon size to 15x15. +- Input is not validated when switching between clients in add and edit dialog. ## [2.0.0] - 2024-06-08 diff --git a/README.md b/README.md index 1d2ca05..ce3da1a 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ plugin and configure a LLM API client in plugin's settings: Settings - Open AI - Ollama - Qianfan (Ernie) +- Gemini The plugin is implemented in a generic way and uses [langchain4j](https://github.com/langchain4j/langchain4j) for creating LLM API clients. If you would like to use some other LLM model that is supported by langchain4j, please make a feature request in GitHub issues.