MK

Results 3 comments of MK

---langchain-0.0.142 ```python toolkit = SQLDatabaseToolkit(db=db) llm = AzureOpenAI(deployment_name="text-davinci-003-gpt", model_name="text-davinci-003",temperature=0.0) agent_executor = create_sql_agent( llm=llm, toolkit=toolkit, verbose=True ) ``` Works for me

Yeah, now I get this error also. I posted it in https://github.com/hwchase17/langchain/issues/3031

Further into the investigation it seems that all failures point to isitio. This is output that all kubectl describe ReplicaSet/\ -n \ ` Type Reason Age From Message ---- ------...