ColinTitahi

Results 12 comments of ColinTitahi

Forgot to mention this was operating as expected on a version downloaded about the 03/10/22

Awesome thanks AUTOMATIC1111 :)

@shreyabhadwal @Binb1 any luck with Azure? Same issue local fine and fast, on Azure issues. Something seems to fall asleep after 4-10 minutes For me "Retrying langchain.chat_models.openai.ChatOpenAI.completion_with_retry" seems to get...

@shreyabhadwal Not explicitly so I don't think so. I'm using generate on the ChatOpenAI so I can get the llm_output token etc and another run call to a chat-conversational-react-description agent...

@sahil-lalani Had the same question and didn't want to create a whole custom agent just to add date etc. The way I've done it for now is first initialize the...

Glad I saw this though I was missing something obvious. My horrid kludge is to add what I need to the beginning of the template e.g PROMPT.template = f'The current...

This is driving me completely batty - hoping for any advice. I'm running a flask app on Azure - I can't replicate the issue locally but this is preventing me...

Still driving me batty. Looking at server config gunicorn on azure gthread / gevent worker and thread numbers timeouts, Auzure timeouts etc. Could just be the size of the VM,...

Thanks @rafaelquintanilha my timeout was at 600. Will investigate Celery. My attempts at using gevent were unsuccessful - like crashing the container due to ignorance.