We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://www.deepseek.com/
i have see no document for using langchain and deepseek
is there any way to use with this model?
No response
The text was updated successfully, but these errors were encountered:
You can use OpenAI-compatible mode to utilize Deepseek
Sorry, something went wrong.
@alm0ra did you find any solution? I also want to integrate DeepSeek in my applications that are using LangChain!
@Shajeel-Afzal yes , integrated easily
from django.conf import settings from langchain_openai.chat_models import ChatOpenAI class DeepSeekService: def __init__(self): self.llm = ChatOpenAI( model="deepseek-chat", api_key=settings.DEEPSEEK_API_KEY, openai_api_base="https://api.deepseek.com", )
No branches or pull requests
URL
https://www.deepseek.com/
Checklist
Issue with current documentation:
i have see no document for using langchain and deepseek
is there any way to use with this model?
Idea or request for content:
No response
The text was updated successfully, but these errors were encountered: