blob: b5595896cf9acdbf95daa371def7148761753d19 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# see https://github.com/sigoden/aichat/blob/main/config.example.yaml
model: deepinfra:deepseek-ai/DeepSeek-V3.2
stream: false
save: true
wrap: auto
function_calling: true
mapping_tools:
dev: "web_search,execute_command,fs_ls,fs_cat,fs_write,fs_patch,fs_mkdir,fs_rm"
use_tools: null
clients:
- type: openai-compatible
name: deepinfra
models:
- name: deepseek-ai/DeepSeek-V3.2
supports_function_calling: true
|