Iman Reihanian

Results 10 comments of Iman Reihanian

Thanks for your response. I have done that but I started to get a new error: `error sending message in campaign Third Email Blast: subscriber ef750008-4f74-4fd9-9472-ddbf38418c4d: 421 4.7.0 Try again...

I got the exact same issue with the latest versions. ` pip install crewai==0.30.11 crewai_tools==0.2.6 langchain_community `

> What website is it trying to access It is trying to use scaleserp.com to perform a search on google. > Are you using the local LLMs? I haven't got...

> what's the final solution for the issue mentioned by @0x11c11e I am facing the same "'message': 'Unauthorized.', 'statusCode': 403}" from serverdev API. > > tried many combinations of langchain,...

It seems that the problem arises due to the Chromium package requiring the SSE3 instruction set, which is not supported by the ARM architecture on the Mac M1.

The paths shown are correct for the RECORD file, which lists all the files installed by the package. The fact that the files are not fully qualified paths is normal;...

The project is already configured to read variables from the .env file, so you don't need to export them in the shell. You can look at .env.example for more examples....

Thank you for reporting this. It seems that GPTResearcher requires a Tone argument but should default to the Objective tone if none is provided. There appears to be a bug...

I cannot reproduce the same error. Make sure you have assigned the correct environment variables. Based on the source code, the following variables must be set for `googleSerp` to work...

Good observation. When using `tone={tone.value}`, it gives the model extra instructions in detail on what is expected from `tone=Humorous`. That is why the model generates a more coherent response to...