Fix Output of LLM Chain (llmChain_0) must be LLM Chain, can't be an Output Prediction #2962
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test Docker Build | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- '*' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
env: | |
PUPPETEER_SKIP_DOWNLOAD: true | |
steps: | |
- uses: actions/checkout@v3 | |
- run: docker build --no-cache -t flowise . |