passing initial tests
This commit is contained in:
+1
-3
@@ -2,9 +2,7 @@ import asyncio
|
||||
|
||||
from anthropic import AsyncAnthropic
|
||||
|
||||
from agent.config import Settings
|
||||
|
||||
settings = Settings()
|
||||
from agent.config import settings
|
||||
|
||||
client = AsyncAnthropic(api_key=settings.anthropic_api_key)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user