diff options
Diffstat (limited to 'src/aichat')
-rw-r--r-- | src/aichat/config.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/aichat/config.yaml b/src/aichat/config.yaml index 8e74dea..07973b8 100644 --- a/src/aichat/config.yaml +++ b/src/aichat/config.yaml @@ -32,3 +32,6 @@ clients: - name: deepseek-r1:7b supports_function_calling: true max_input_tokens: 128000 + - name: deepcoder:14b + supports_function_calling: true + max_input_tokens: 128000 |