Add getting-started module: ChatClient fluent API, system/user prompts, streaming, and provider switching via spring.ai.model.chat
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# Which ChatModel class spring.ai.model.chat selects
|
||||
|
||||
spring.ai.model.chat=openai -> org.springframework.ai.openai.OpenAiChatModel
|
||||
spring.ai.model.chat=ollama -> org.springframework.ai.ollama.OllamaChatModel
|
||||
Reference in New Issue
Block a user