mirror of
https://github.com/kennethreitz/simplemind.git
synced 2026-06-05 06:46:18 +00:00
fix import
This commit is contained in:
+1
-2
@@ -4,8 +4,7 @@ import pytest
|
||||
from pydantic import Field
|
||||
|
||||
import simplemind as sm
|
||||
from simplemind.providers import Anthropic
|
||||
from simplemind.providers._base_tools import BaseTool
|
||||
from simplemind.providers import Anthropic, BaseTool
|
||||
|
||||
MODELS = [
|
||||
Anthropic,
|
||||
|
||||
Reference in New Issue
Block a user