Skip to content

feat: add extra_body parameter to LLM for provider-specific options (… #52

feat: add extra_body parameter to LLM for provider-specific options (…

feat: add extra_body parameter to LLM for provider-specific options (… #52

Workflow file for this run

name: Merge Build
on:
push:
branches:
- "main"
jobs:
merge-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Setup Poetry
uses: abatilo/actions-poetry@v3
with:
poetry-version: "2.1.3"
- name: Build package
run: poetry build