Replies: 1 comment
-
Curious about this as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Looking at Deepseek-R1's API documentation (https://api-docs.deepseek.com/), based on the script below, Deepseek-R1 can been accessed through
openai
library:Does that mean Deepseek-R1 API (accessed through
openai
library) as shown above is compatible with Langchain and Langgraph methods (such as those infrom langchain_openai import ChatOpenAI
andfrom langgraph.prebuilt import create_react_agent
)?Beta Was this translation helpful? Give feedback.
All reactions