Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@
*
* @author Christian Tzolov
* @since 0.8.0
* @deprecated in favor of the
* {@link org.springframework.ai.bedrock.converse.BedrockProxyChatModel}.
*/
@Deprecated
public class BedrockAnthropicChatModel implements ChatModel, StreamingChatModel {

private final AnthropicChatBedrockApi anthropicChatApi;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@
* @author Wei Jiang
* @author Alexandros Pappas
* @since 1.0.0
* @deprecated in favor of the
* {@link org.springframework.ai.bedrock.converse.BedrockProxyChatModel}.
*/
@Deprecated
public class BedrockAnthropic3ChatModel implements ChatModel, StreamingChatModel {

private final Anthropic3ChatBedrockApi anthropicChatApi;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@
*
* @author Christian Tzolov
* @since 0.8.0
* @deprecated in favor of the
* {@link org.springframework.ai.bedrock.converse.BedrockProxyChatModel}.
*/
@Deprecated
public class BedrockCohereChatModel implements ChatModel, StreamingChatModel {

private final CohereChatBedrockApi chatApi;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@
*
* @author Ahmed Yousri
* @since 1.0.0
* @deprecated in favor of the
* {@link org.springframework.ai.bedrock.converse.BedrockProxyChatModel}.
*/
@Deprecated
public class BedrockAi21Jurassic2ChatModel implements ChatModel {

private final Ai21Jurassic2ChatBedrockApi chatApi;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@
* @author Christian Tzolov
* @author Wei Jiang
* @since 0.8.0
* @deprecated in favor of the
* {@link org.springframework.ai.bedrock.converse.BedrockProxyChatModel}.
*/
@Deprecated
public class BedrockLlamaChatModel implements ChatModel, StreamingChatModel {

private final LlamaChatBedrockApi chatApi;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@
*
* @author Christian Tzolov
* @since 0.8.0
* @deprecated in favor of the
* {@link org.springframework.ai.bedrock.converse.BedrockProxyChatModel}.
*/
@Deprecated
public class BedrockTitanChatModel implements ChatModel, StreamingChatModel {

private final TitanChatBedrockApi chatApi;
Expand Down
Loading