Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions lib/intelligence/adapters/groq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,7 @@ class Adapter < Generic::Adapter

temperature Float
tool array: true, as: :tools, &Tool.schema
tool_choice do
# one of 'auto', 'none' or 'function'
type Symbol, in: [ :auto, :none, :function ]
# the function parameters is required if you specify a type of 'function'
function do
name String
end
end
tool_choice String

top_logprobs Integer
top_p Float
Expand Down