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 7a6fef7..acad04f 100644 --- a/src/aichat/config.yaml +++ b/src/aichat/config.yaml @@ -14,6 +14,9 @@ clients: - name: qwen2.5 supports_function_calling: true max_input_tokens: 128000 + - name: gemma2 + supports_function_calling: true + max_input_tokens: 128000 - name: qwen2.5-coder:32b supports_function_calling: true max_input_tokens: 128000 |