From 703ca68f1971684b345d094ff8758eaad519e5b3 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 27 Feb 2025 20:03:35 +0100 Subject: Add mistral model --- src/aichat/config.yaml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/aichat/config.yaml b/src/aichat/config.yaml index aa828cd..63a11a6 100644 --- a/src/aichat/config.yaml +++ b/src/aichat/config.yaml @@ -14,12 +14,6 @@ clients: - name: qwen2.5 supports_function_calling: true max_input_tokens: 128000 - - name: deepseek-r1:7b - 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 @@ -29,3 +23,12 @@ clients: max_tokens_per_chunk: 2000 default_chunk_size: 8192 max_batch_size: 100 + - name: gemma2 + supports_function_calling: true + max_input_tokens: 128000 + - name: mistral + supports_function_calling: true + max_input_tokens: 128000 + - name: deepseek-r1:7b + supports_function_calling: true + max_input_tokens: 128000 -- cgit v1.2.3