this morning I tried to switch my workflow from textcat.manual to textcat.openai.correct to save some time. But even after setting all the correct ENV-variables I ended up in this neverending loop:
Do I see that correctly that choosing text-davinci-003 is not possible anymore, because it is not available on the first, but then required on the second API that seems to be called?
Is it possible for you to use the textcat.llm.correct recipe? As noted in the error the .openai.* recipes are deprecated by the more general .llm.* recipes
Calling it like this: prodigy textcat.llm.correct bank_turnovers_categorization configs/spacy_textcat_llm_config.cfg assets/bank_turnovers_versicherung.jsonl
But this results in Prodigy seemingly forever looking like this. I see that it talks to OpenAI, but never comes back.
Glad to hear you managed to implement your workflow with spacy-llm recipe. I'll go ahead to change the subject to reflect the content of the thread more accurately, now that we know the issue.