The examples in the responsible_ai/ directory (guardrails) use Claude 3 Sonnet, which is now deprecated. The models and text references to them need to be updates. Also the invocations need to be modified to remove the top_k parameter because newer Claude models will not accept both temperature and top_k.
The examples in the responsible_ai/ directory (guardrails) use Claude 3 Sonnet, which is now deprecated. The models and text references to them need to be updates. Also the invocations need to be modified to remove the top_k parameter because newer Claude models will not accept both temperature and top_k.