aboutsummaryrefslogtreecommitdiffstats
path: root/config/config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.yaml')
-rw-r--r--config/config.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/config/config.yaml b/config/config.yaml
new file mode 100644
index 0000000..b559589
--- /dev/null
+++ b/config/config.yaml
@@ -0,0 +1,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