Skip to content

Commit

Permalink
Update test_llm_plugin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki authored Aug 6, 2023
1 parent 42a9b47 commit 15c7e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_llm_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ async def test_info(plugin):
@pytest.mark.asyncio
async def test_llm_request(plugin):
"""Test llm """
result = await plugin.get_llm_run(llm_request="tell me a story")
result = await plugin.get_llm_run(prompt="tell me a story")
print(result)
assert result is not None

0 comments on commit 15c7e3c

Please sign in to comment.