You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,11 +36,12 @@ plugin and configure a LLM API client in plugin's settings: <kbd>Settings</kbd>
36
36
37
37
## Supported models
38
38
39
+
- Anthropic
40
+
- Azure Open AI
41
+
- Gemini
39
42
- Open AI
40
43
- Ollama
41
44
- Qianfan (Ernie)
42
-
- Gemini
43
-
- Anthropic
44
45
45
46
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.
0 commit comments