@mcp-abap-adt/deepseek-llm 11.1.2 → 12.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @mcp-abap-adt/deepseek-llm
|
|
2
2
|
|
|
3
|
-
DeepSeek LLM provider for @mcp-abap-adt/llm-agent / @mcp-abap-adt/llm-agent-
|
|
3
|
+
DeepSeek LLM provider for @mcp-abap-adt/llm-agent / @mcp-abap-adt/llm-agent-libs.
|
|
4
4
|
|
|
5
5
|
Extends `OpenAIProvider` from `@mcp-abap-adt/openai-llm`. Calls DeepSeek /v1/chat/completions API (OpenAI-compatible).
|
|
6
6
|
|
|
@@ -8,4 +8,4 @@ Exports:
|
|
|
8
8
|
- `DeepSeekProvider` — extends OpenAIProvider, implements ILlm.
|
|
9
9
|
- `DeepSeekConfig` — configuration type.
|
|
10
10
|
|
|
11
|
-
Optional peer dependency of @mcp-abap-adt/llm-agent-
|
|
11
|
+
Optional peer dependency of @mcp-abap-adt/llm-agent-libs. Install when smart-server.yaml names `deepseek` as LLM provider, or when constructing DeepSeekProvider programmatically.
|