Results 6 comments of Rifal

This is normal behavior

i'm perfectly fine doing the captcha manually, as long as it works

@ttamoud in the console you put the right picture number (count from 0 and not 1)

Ok i'm now having the error with gpt-4-mobile, am I the only one? So now both gpt-4 models don't work :/

``` File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/langchain/llms/base.py", line 297, in __call__ self.generate([prompt], stop=stop, callbacks=callbacks) File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/langchain/llms/base.py", line 191, in generate raise e File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/langchain/llms/base.py", line 185, in generate self._generate(prompts, stop=stop, run_manager=run_manager) File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/langchain/llms/base.py", line...