Add mistral model
This commit is contained in:
@@ -14,12 +14,6 @@ clients:
|
|||||||
- name: qwen2.5
|
- name: qwen2.5
|
||||||
supports_function_calling: true
|
supports_function_calling: true
|
||||||
max_input_tokens: 128000
|
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
|
- name: qwen2.5-coder:32b
|
||||||
supports_function_calling: true
|
supports_function_calling: true
|
||||||
max_input_tokens: 128000
|
max_input_tokens: 128000
|
||||||
@@ -29,3 +23,12 @@ clients:
|
|||||||
max_tokens_per_chunk: 2000
|
max_tokens_per_chunk: 2000
|
||||||
default_chunk_size: 8192
|
default_chunk_size: 8192
|
||||||
max_batch_size: 100
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user