Update README.md

add jurrasic2 and anthropic claude 3 to readme.
This commit is contained in:
Christian Tzolov
2024-03-19 07:27:10 +01:00
committed by GitHub
parent 5925dd7b33
commit f20b76d6a7

View File

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