### Install Python Dependencies Source: https://github.com/nevermeh/amc-knowledge-base/blob/master/chatbot/README.md Installs the necessary Python packages listed in the `requirements.txt` file using pip. ```Shell pip install -r requirements.txt ``` -------------------------------- ### Run the Application Source: https://github.com/nevermeh/amc-knowledge-base/blob/master/chatbot/README.md Executes the main application script `app.py` using the Python interpreter to start the AMC SQL Query Generator. ```Shell python app.py ``` -------------------------------- ### Configure OpenAI API Key Source: https://github.com/nevermeh/amc-knowledge-base/blob/master/chatbot/README.md Sets the environment variable `OPENAI_API_KEY` with your actual OpenAI API key in a `.env` file for application access. ```dotenv OPENAI_API_KEY=your_api_key_here ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.