Ilay Chen
Ilay Chen
@dosu I've updated this parameter but it didn't help
@dosu I configured AzureChatOpenAI to disable SSL verification, and I used the updated chat_model, but both of them didn't solve this issue. Any other idea?
@dosu Here's the updated error trace: ``` >>> testset = generator2.generate_with_langchain_docs(documents, test_size=10, distributions={simple: 0.5, reasoning: 0.25, multi_context: 0.25}) Exception in thread Thread-30: Traceback (most recent call last): File "/Users/ilchen/Library/Python/3.12/lib/python/site-packages/openai/_base_client.py", line...