Replies: 1 comment
-
@danny-avila - opened same sort of question in issues, just noticed this one. Sorry! My issue: #8985 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am using deepseek for my LC instance. For deepseek I use, DeepSeek-R1 and deepseek-chat . The R1 model is incompatible with the agents.
So, I use the following config in my yaml-
agents:
capabilities: ["file_search", "actions", "tools", "artifacts","chain","execute_code"]
allowedProviders:
- openAI
- google
- azureOpenAI
- anthropic
as a result- DeepSeek does not appear for me. But if suppose I want to disable only deepseek-r1 model from the agents, can I do that as well....so that deepseek appears in the list of providers for agents but without the model- deepseek-r1. Thanks!!!
Beta Was this translation helpful? Give feedback.
All reactions