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