From 11ae95b0ee3c397bc935dd53bf11e73a4afc74b6 Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Sun, 1 Feb 2026 21:29:45 +0100 Subject: Added example config and role Adjust config and roles to your preferences and do one of these two options: - Copy them to ~/.config/aichat - Keep them somewhere and adjust config mount in docker-compose.yml accordingly Role is `dev` and has been tailored to use provided tools optimally. --- config/config.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config/config.yaml (limited to 'config/config.yaml') 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 -- cgit v1.2.3