mirror of
https://github.com/simonw/llm-claude-3.git
synced 2025-01-23 19:28:29 +03:00
Initial working prototype, refs #1
This commit is contained in:
6
tests/test_claude_3.py
Normal file
6
tests/test_claude_3.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from llm.plugins import pm
|
||||
|
||||
|
||||
def test_plugin_is_installed():
|
||||
names = [mod.__name__ for mod in pm.get_plugins()]
|
||||
assert "llm_claude_3" in names
|
||||
Reference in New Issue
Block a user