yanniedog / Autocrew

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

Provide compatibility with OpenAI #22

Closed yanniedog closed 7 months ago

yanniedog commented 8 months ago

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

yanniedog commented 7 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.