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 +```