DIY ChatGPT using Streamlit, LangChain and open-source LLMs
You can watch the webinar recording via this link.
You can see all our upcoming and previous events here.
If you'd like to work with Coefficient to build your own AI-powered apps, please reach out to us at contact@coefficient.ai or complete our enquiry form.
If you'd like to register to be notified about upcoming events, you can also do that here.
- pre-commit:
pre-commit run --all-files
- pytest:
pytest
orpytest -s
- coverage:
coverage run -m pytest
orcoverage html
- poetry sync:
poetry install --no-root --sync
- updating requirements: see docs/updating_requirements.md
- create towncrier entry:
towncrier create 123.added --edit
- See docs/getting_started.md or docs/quickstart.md for how to get up & running.
- Check docs/project_specific_setup.md for project specific setup.
- See docs/using_poetry.md for how to update Python requirements using Poetry.
- See docs/detect_secrets.md for more on creating a
.secrets.baseline
file using detect-secrets. - See docs/using_towncrier.md for how to update the
CHANGELOG.md
using towncrier.