mirror of
https://github.com/Xe138/AI-Trader.git
synced 2026-04-01 17:17:24 -04:00
Adds official LangChain DeepSeek integration to replace ChatOpenAI wrapper approach for DeepSeek models. Native integration provides: - Better tool_calls argument parsing - DeepSeek-specific error handling - No OpenAI compatibility layer issues Version 0.1.20+ includes tool calling support for deepseek-chat.
8 lines
172 B
Plaintext
8 lines
172 B
Plaintext
langchain==1.0.2
|
|
langchain-openai==1.0.1
|
|
langchain-mcp-adapters>=0.1.0
|
|
langchain-deepseek>=0.1.20
|
|
fastmcp==2.12.5
|
|
fastapi>=0.120.0
|
|
uvicorn[standard]>=0.27.0
|
|
pydantic>=2.0.0 |