Update the list of supported AI models in the main README.MD (#464)

This commit is contained in:
Jakub Kaźmierczak
2024-03-19 05:47:10 +01:00
committed by GitHub
parent ce2bb131e5
commit 19f5665522

View File

@@ -83,7 +83,15 @@ 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)
* HuggingFace
* Google VertexAI (PaLM2, Gemini)
* Mistral AI
* Stability AI
* Ollama
* PostgresML
* Transformers (ONNX)
**Prompts:** Central to AI model interaction is the Prompt, which provides specific instructions for the AI to act upon.