Prompt example extracted from CrewAI Examples.
Running the Script This example uses the OpenAI API to call a model. This can be through a locally hosted solution like LM Studio, or the Open AI API endpoint with your API key. ======= - **Configure Environment**: Rename `.env.example` to `.env` and set up the environment variables the model, endpoint url, and api key. - **Install Dependencies**: Run `poetry install --no-root`. - **Install Dependencies**: Run `poetry lock`. - **Execute the Script**: Run `python main.py README.md` to see a list of recommended changes to this document.