Open AI Gateway is a gateway for Hack Clubbers to access the Open AI API for free. It is a simple web app that allows users to input a prompt and receive a response from the Open AI API. The app is built using FastAPI.
- Clone the repository
- Install the dependencies using
pip install -r requirements.txt
- Run the app using
uvicorn main:app --reload
- Go to
http://localhost:8000
in your browser - Go to the
/docs
endpoint to see the API documentation - Use the API as per the documentation
- Fork the repository
- Create a new branch (
git checkout -b feat/some-feature
) - Make the changes
This project is licensed under the MIT License - see the MIT License for details.