Skip to content

feat: Add new clients and model providers #37

feat: Add new clients and model providers

feat: Add new clients and model providers #37

Workflow file for this run

name: Black Code Formatter Check
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./backend"
version: "23.12.1"