mirror of
https://github.com/kennethreitz/simplemind.git
synced 2026-06-05 14:50:16 +00:00
Update test_ollama.py
This commit is contained in:
@@ -17,7 +17,6 @@ class TestOllama(unittest.TestCase):
|
||||
self.assertGreaterEqual(len(result.text), 0)
|
||||
self.assertIsInstance(result, sm.models.Message)
|
||||
|
||||
# @unittest.skip('Not working...')
|
||||
def test_memory(self):
|
||||
class SimpleMemoryPlugin:
|
||||
def __init__(self):
|
||||
|
||||
Reference in New Issue
Block a user