epreisz
epreisz
I'm getting the same error. I first tried setting the environment variable to a previously created resource group and OpenAI service. That failed on 'up' because it couldn't create the...
Looks like the issue was my region. I switched from US EAST 2 to US EAST (which is what I signed up for when I submitted the OpenAI form) and...
Adding parameter is_async=False worked for me on 0.1.7. generator.generate_with_langchain_docs(documents, test_size=10, distributions={simple: 0.5, reasoning: 0.25, multi_context: 0.25},is_async=False) Edit: Actually, this was a red herring. Seems like the key to getting this...