Skip to content

Commit

Permalink
chore: update README.md and plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Blarc committed Nov 1, 2024
1 parent 7657895 commit 1b7e4e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ plugin and configure a LLM API client in plugin's settings: <kbd>Settings</kbd>

- Anthropic
- Azure Open AI
- Gemini
- Gemini Google AI
- Gemini Vertex AI
- Hugging Face
- Open AI
- Ollama
Expand Down
9 changes: 6 additions & 3 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,16 @@
</ul>
<h3>Supported models</h3>
<ul>
<li>Anthropic</li>
<li>Azure Open AI</li>
<li>Gemini Google AI</li>
<li>Gemini Vertex AI</li>
<li>Hugging Face</li>
<li>Open AI</li>
<li>Ollama</li>
<li>Qianfan (Ernie)</li>
<li>Gemini</li>
<li>Anthropic</li>
</ul>
<p>The plugin is implemented in a generic way and uses [langchain4j](https://github.com/langchain4j/langchain4j)
<p>The plugin is implemented in a generic way and uses <a href="https://github.com/langchain4j/langchain4j">langchain4j</a>
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.</p>
<h3>Usage</h3>
Expand Down

0 comments on commit 1b7e4e1

Please sign in to comment.