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 GitHub
parent 5c1f9264c2
commit 6d1f6d9a23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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