mirror of
https://github.com/usestrix/strix.git
synced 2026-09-06 08:15:56 +00:00
fix(llm): remove hardcoded temperature from dedupe check
Allow the model's default temperature setting to be used instead of forcing temperature=0 for duplicate detection.
This commit is contained in:
parent
d3dc518b36
commit
291ecfed10
1 changed files with 0 additions and 1 deletions
|
|
@ -180,7 +180,6 @@ def check_duplicate(
|
|||
"model": model_name,
|
||||
"messages": messages,
|
||||
"timeout": 120,
|
||||
"temperature": 0,
|
||||
}
|
||||
if api_key:
|
||||
completion_kwargs["api_key"] = api_key
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue