Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrystrom committed Aug 31, 2023
1 parent e54b1e3 commit 7bfc645
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gpt2anki/test_magi.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ def model() -> magi.ChatOpenAI:

async def test_model_response(model: magi.ChatOpenAI) -> None:
higlight = Highlight(
context="Mitochondria is the powerhouse of the cell", highlight="Mitochondria",
context="Mitochondria is the powerhouse of the cell",
highlight="Mitochondria",
)
output = await magi.prompt_gpt(model, higlight)
# check that outpuis a dictionary with keys "answer" and "question"
Expand Down

0 comments on commit 7bfc645

Please sign in to comment.