Use Claude 3 Sonnet for Duo Chat Zero Shot
Compare changes
@@ -12,12 +12,9 @@ class Anthropic < Base
@@ -12,12 +12,9 @@ class Anthropic < Base
@@ -25,28 +22,23 @@ def self.prompt(options)
@@ -25,28 +22,23 @@ def self.prompt(options)
history = truncated_conversation(options[:conversation], Requests::Anthropic::PROMPT_SIZE - text.size)