mirror of
https://github.com/Xe138/AI-Trader.git
synced 2026-04-09 12:17:24 -04:00
feat: add LangChain-compatible mock chat model wrapper
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
"""Mock AI provider for development mode testing"""
|
||||
from .mock_ai_provider import MockAIProvider
|
||||
from .mock_langchain_model import MockChatModel
|
||||
|
||||
__all__ = ["MockAIProvider"]
|
||||
__all__ = ["MockAIProvider", "MockChatModel"]
|
||||
|
||||
Reference in New Issue
Block a user