Skip to content

Commit 8d39640

Browse files
committed
Change default model to Claude
1 parent 88437d8 commit 8d39640

File tree

1 file changed

+1
-1
lines changed
  • src/foobara/ai/answer_bot

1 file changed

+1
-1
lines changed

src/foobara/ai/answer_bot/ask.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Ask < Foobara::Command
88
question :string, :required, "whatever you want to know!"
99
instructions :string, "Results in a system prompt. You can specify how you want the LLM to behave."
1010
service :service_enum, "If two services expose the same model, you can specify which one to use."
11-
model :model_enum, default: "gpt-3.5-turbo", description: "The model to use."
11+
model :model_enum, default: "claude-3-7-sonnet-20250219", description: "The model to use."
1212
end
1313

1414
result :string

0 commit comments

Comments
 (0)