From f20b76d6a7fa86bc214456ca851e1d583387b3d2 Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Tue, 19 Mar 2024 07:27:10 +0100 Subject: [PATCH] Update README.md add jurrasic2 and anthropic claude 3 to readme. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9bcc9229..50e4facc7 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ You can find more details in the [Reference Documentation](https://docs.spring.i Spring AI supports many AI models. For an overview see here. Specific models currently supported are * OpenAI * Azure OpenAI -* Amazon Bedrock (Anthropic, Llama2, Cohere, Titan) +* Amazon Bedrock (Anthropic, Llama2, Cohere, Titan, Jurassic2) * HuggingFace * Google VertexAI (PaLM2, Gemini) * Mistral AI @@ -92,6 +92,7 @@ Spring AI supports many AI models. For an overview see here. Specific models c * Ollama * PostgresML * Transformers (ONNX) +* Anthropic Claude3 **Prompts:** Central to AI model interaction is the Prompt, which provides specific instructions for the AI to act upon. @@ -210,4 +211,4 @@ To update the year on license headers using the [license-maven-plugin](https://o To check javadocs using the [javadoc:javadoc](https://maven.apache.org/plugins/maven-javadoc-plugin/) ```shell ./mvnw javadoc:javadoc -Pjavadoc -``` \ No newline at end of file +```