Skip to content

Add support for chat messages in LLM pipeline, closes #718 #815

Add support for chat messages in LLM pipeline, closes #718

Add support for chat messages in LLM pipeline, closes #718 #815

Workflow file for this run

name: docs
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.8
- run: |
pip install -U pip wheel
pip install .[all,dev]
- run: mkdocs gh-deploy --force