Skip to content

Commit

Permalink
Add Mistral AI Multimodality example
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitale committed Dec 20, 2024
1 parent 190ef46 commit 239520b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ Converting LLM output to structured JSON and Java objects:

Including various media in prompts with LLMs:

* **[Mistral AI](https://github.com/ThomasVitale/llm-apps-java-spring-ai/tree/main/patterns/multimodality/multimodality-mistral-ai)**
* **[Ollama](https://github.com/ThomasVitale/llm-apps-java-spring-ai/tree/main/patterns/multimodality/multimodality-ollama)**
* **[OpenAI](https://github.com/ThomasVitale/llm-apps-java-spring-ai/tree/main/patterns/multimodality/multimodality-openai)**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

import static org.assertj.core.api.Assertions.assertThat;

@Disabled("Not implemented")
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
@AutoConfigureWebTestClient(timeout = "60s")
@EnabledIfEnvironmentVariable(named = "MISTRALAI_API_KEY", matches = ".*")
Expand Down

0 comments on commit 239520b

Please sign in to comment.