Add gemma2 model in aichat config.

This commit is contained in:
ben
2025-01-22 21:17:28 +01:00
parent 1b3b94fb66
commit b028067d28

View File

@@ -14,6 +14,9 @@ clients:
- name: qwen2.5 - name: qwen2.5
supports_function_calling: true supports_function_calling: true
max_input_tokens: 128000 max_input_tokens: 128000
- name: gemma2
supports_function_calling: true
max_input_tokens: 128000
- name: qwen2.5-coder:32b - name: qwen2.5-coder:32b
supports_function_calling: true supports_function_calling: true
max_input_tokens: 128000 max_input_tokens: 128000