Skip to content

lvcoi-org/langchain-ui-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Langchain UI API

Getting started

  1. 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

  1. Use poetry to setup virtualenv and install packages

    poetry install
  2. Set up your .env file

    • Duplicate .env.example to .env
  3. Run the project

    uvicorn main:app --reload

Deployment

Deploy to DO

Contributions

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.

About

🧬 A back-end for Langchain UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 89.1%
  • Dockerfile 10.9%