Skip to content

fix: make temperature optional (default 1.0) in adapter model loaders for gpt-5 compatibility #353

fix: make temperature optional (default 1.0) in adapter model loaders for gpt-5 compatibility

fix: make temperature optional (default 1.0) in adapter model loaders for gpt-5 compatibility #353

Workflow file for this run

# Copyright AGNTCY Contributors (https://github.com/agntcy)
# SPDX-License-Identifier: Apache-2.0
---
name: pre-commit
on:
pull_request:
push:
branches: [ main ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
- name: Run pre-commit hooks
uses: pre-commit/[email protected]