Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Jan 29, 2025
1 parent 645cbdd commit 18e7b48
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_paperqa.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,9 +427,7 @@ def test_llm_parse_json_newlines() -> None:

@pytest.mark.asyncio
async def test_chain_completion() -> None:
s = Settings(
llm="babbage-002", temperature=0.2
)
s = Settings(llm="babbage-002", temperature=0.2)
outputs = []

def accum(x) -> None:
Expand Down

0 comments on commit 18e7b48

Please sign in to comment.