Skip to content

v0.4.1

Choose a tag to compare

@CybotTM CybotTM released this 06 Mar 11:20
· 524 commits to main since this release
v0.4.1
1283065

Changes

  • fix: use max_completion_tokens for OpenAI chat completions (#99)
  • fix: use max_completion_tokens for OpenAI chat completions

Installation

composer require netresearch/nr-llm

Security

All release artifacts are signed with Sigstore keyless signing.

Verify signatures

cosign verify-blob \
  --bundle nr-llm-0.4.1.zip.bundle \
  --certificate-identity-regexp "https://github.com/netresearch/.*" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  nr-llm-0.4.1.zip

Verify checksums

sha256sum -c checksums.txt

Software Bill of Materials (SBOM)

SBOMs are provided in both SPDX and CycloneDX formats for supply chain transparency.