Skip to content

chore(deps): bump langchain-openai from 0.1.8 to 0.1.13 #114

chore(deps): bump langchain-openai from 0.1.8 to 0.1.13

chore(deps): bump langchain-openai from 0.1.8 to 0.1.13 #114

Workflow file for this run

name: Format with Black
on:
pull_request:
branches:
- streamlit
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--color"
src: "./freestream"