https://github.com/alphasecio/chainlit
A simple Chainlit app for generative question-answering with LangChain and OpenAI.
https://github.com/alphasecio/chainlit
chainlit langchain llm openai
Last synced: 6 months ago
JSON representation
A simple Chainlit app for generative question-answering with LangChain and OpenAI.
- Host: GitHub
- URL: https://github.com/alphasecio/chainlit
- Owner: alphasecio
- License: mit
- Created: 2023-05-26T04:32:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T04:54:49.000Z (8 months ago)
- Last Synced: 2025-04-01T16:08:56.504Z (6 months ago)
- Topics: chainlit, langchain, llm, openai
- Language: Python
- Homepage:
- Size: 212 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# chainlit
A simple Chainlit app for generative question-answering with LangChain and OpenAI.[LangChain](https://langchain.readthedocs.io/en/latest/) is an open-source framework created to aid the development of applications leveraging the power of large language models (LLMs). [Chainlit](https://docs.chainlit.io), on the other hand, is an open-source Python package that makes it incredibly fast to build and share LLM apps.
To start the app, run `chainlit run app.py -w` from the directory that contains `app.py`; the `-w` flag enables auto-reload.
