Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
vmanot committed Mar 12, 2024
1 parent dd01a05 commit f0f1503
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ extension Anthropic: LLMRequestHandling {
model: model,
messages: messages,
system: system,
maxTokens: parameters?.tokenLimit?.fixedValue ?? 1024, // FIXME: Hardcoded,
maxTokens: parameters?.tokenLimit?.fixedValue ?? 4000, // FIXME: Hardcoded,
temperature: parameters?.temperatureOrTopP?.temperature,
topP: parameters?.temperatureOrTopP?.topProbabilityMass,
topK: nil,
Expand Down

0 comments on commit f0f1503

Please sign in to comment.