yanniedog / Autocrew

Automatically create a crew and tasks for CrewAI
Creative Commons Zero v1.0 Universal
185 stars 35 forks source link

Provide compatibility with OpenAI #22

Closed yanniedog closed 10 months ago

yanniedog commented 10 months ago

It'll likely be a case of adding your OpenAI API key to a config file

yanniedog commented 10 months ago

Autocrew is currently able to use OpenAI to generate a CrewAI script.

It's not clear how CrewAI needs scripts to be written in order to use OpenAI as the LLM.

I'll close this issue, because OpenAI API works from the perspective of Autocrew.

I'll open a separate issue to address constructing the generated scripts in the way that allows CrewAI to use OpenAI.