We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88437d8 commit 8d39640Copy full SHA for 8d39640
src/foobara/ai/answer_bot/ask.rb
@@ -8,7 +8,7 @@ class Ask < Foobara::Command
8
question :string, :required, "whatever you want to know!"
9
instructions :string, "Results in a system prompt. You can specify how you want the LLM to behave."
10
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."
+ model :model_enum, default: "claude-3-7-sonnet-20250219", description: "The model to use."
12
end
13
14
result :string
0 commit comments