set temperature to 0.0

This commit is contained in:
svlandeg 2023-08-31 16:48:49 +02:00
parent 9095a93cdf
commit 9701b6fa54

View File

@ -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: