-
Clone the repo into a public GitHub repository (or fork https://github.com/homanp/langchain-ui-api/fork). If you plan to distribute the code, keep the source code public.
git clone https://github.com/homanp/langchain-ui-api.git
Generate ads with GPT
-
Use poetry to setup virtualenv and install packages
poetry install
-
Set up your .env file
- Duplicate
.env.example
to.env
- Duplicate
-
Run the project
uvicorn main:app --reload
Our mission is to make it easy for anyone to create and run LLM apps in the cloud. We are super happy for any contributions you would like to make. Create new features, fix bugs or improve on infra.
You can read more on how to contribute here.