crewAI icon indicating copy to clipboard operation
crewAI copied to clipboard

remove API key from codeblock

Open bassamadnan opened this issue 1 year ago • 1 comments

the API keys for serper and openai were setup, in a awkward fashion, but were never used and are not needed here.

bassamadnan avatar Jul 25 '24 23:07 bassamadnan

alternatively, we could have passed it as a crew arg. Let me know if that would be better or thats what was intended and i'll make the changes.

bassamadnan avatar Jul 25 '24 23:07 bassamadnan

Hi @bassamadnan,

Thank you so much for your pull request! I just wanted to clarify that if no language model (LLM) is explicitly provided, we default to using OpenAI. We are also utilizing the Serper tool in the example, which needs the Serper API key to be set as an environment variable.

We appreciate your input and will work on making this process clearer. For now, I’ll close the PR, but please feel free to reach out if you have any questions or suggestions.

Thanks again!

pythonbyte avatar Dec 09 '24 14:12 pythonbyte