mirror of
https://github.com/kennethreitz/simplemind.git
synced 2026-06-05 22:50:18 +00:00
Update test_ollama.py
This commit is contained in:
+2
-5
@@ -1,4 +1,6 @@
|
||||
import os
|
||||
import unittest
|
||||
from unittest import mock
|
||||
import simplemind as sm
|
||||
from pydantic import BaseModel
|
||||
|
||||
@@ -58,11 +60,6 @@ class TestOllama(unittest.TestCase):
|
||||
llm_provider="ollama",
|
||||
llm_model="llama3.2",
|
||||
response_model=Poem)
|
||||
|
||||
# If implementation is added later, uncomment and modify:
|
||||
# data_obj = sm.generate_data(...)
|
||||
# self.assertIsNotNone(data_obj)
|
||||
# self.assertIsInstance(data_obj, Poem)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user