mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-20 17:11:58 +03:00
set temperature to 0.0
This commit is contained in:
parent
9095a93cdf
commit
9701b6fa54
|
@ -108,7 +108,7 @@ labels = ["COMPLIMENT", "INSULT"]
|
|||
|
||||
[components.llm.model]
|
||||
@llm_models = "spacy.GPT-3-5.v1"
|
||||
config = {"temperature": 0.3}
|
||||
config = {"temperature": 0.0}
|
||||
```
|
||||
|
||||
Now run:
|
||||
|
|
Loading…
Reference in New Issue
Block a user