revert back to v2 to allow hot fix on main

This commit is contained in:
svlandeg 2023-09-01 15:01:43 +02:00
parent 77057ef220
commit 65fd24e597

View File

@ -180,7 +180,7 @@ nlp.add_pipe(
"llm", "llm",
config={ config={
"task": { "task": {
"@llm_tasks": "spacy.NER.v3", "@llm_tasks": "spacy.NER.v2",
"labels": ["PERSON", "ORGANISATION", "LOCATION"] "labels": ["PERSON", "ORGANISATION", "LOCATION"]
}, },
"model": { "model": {