Fix LLM usage example (#12950)

* fix usage example

* revert back to v2 to allow hot fix on main
This commit is contained in:
Sofie Van Landeghem 2023-09-04 09:05:50 +02:00 committed by svlandeg
parent 642a4de63f
commit 807f36eaa1

View File

@ -184,7 +184,7 @@ nlp.add_pipe(
"labels": ["PERSON", "ORGANISATION", "LOCATION"]
},
"model": {
"@llm_models": "spacy.gpt-3.5.v1",
"@llm_models": "spacy.GPT-3-5.v1",
},
},
)