Harrison/fix lint (#138)

This commit is contained in:
Harrison Chase
2022-11-14 08:55:59 -08:00
committed by GitHub
parent 76cecf8165
commit 9f223e6ccc
8 changed files with 8 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ def test_manifest_wrapper() -> None:
"""Test manifest wrapper."""
from manifest import Manifest
manifest = Manifest(client_name="openai",)
manifest = Manifest(client_name="openai")
llm = ManifestWrapper(client=manifest, llm_kwargs={"temperature": 0})
output = llm("The capital of New York is:")
assert output == "Albany"