Skip to content

Commit

Permalink
feat: claude sonnet
Browse files Browse the repository at this point in the history
  • Loading branch information
QizhengMo committed Jun 18, 2024
1 parent d6c5c9e commit ab42f51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@Slf4j
public abstract class ClaudeProvider implements AIProvider {
private final BedrockRuntimeClient bedrockClient;
private static final ModelInfo modelInfo = new ModelInfo();
private final ModelInfo modelInfo = new ModelInfo();
private static final String ROLE_USER = "user";
private static final String ROLE_ASSISTANT = "assistant";

Expand Down

0 comments on commit ab42f51

Please sign in to comment.