-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathsetting.txt.example
More file actions
25 lines (22 loc) · 966 Bytes
/
setting.txt.example
File metadata and controls
25 lines (22 loc) · 966 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# TabClaw Configuration
# Copy this file to setting.txt and fill in your values.
# setting.txt is listed in .gitignore and will NOT be committed.
# Your LLM API key
API_KEY=your_api_key_here
# API base URL (OpenAI-compatible endpoint)
# Examples:
# OpenAI: https://api.openai.com/v1
# DeepSeek: https://api.deepseek.com/v1
# SiliconFlow: https://api.siliconflow.cn/v1
# Ollama: http://localhost:11434/v1
BASE_URL=https://api.openai.com/v1
# API model configuration: default model + provider-specific extra params (e.g. DeepSeek thinking mode)
# Examples:
# DeepSeek: https://api.deepseek.com/v1
# DEFAULT_MODEL=deepseek-chat
# DEFAULT_MODEL_EXTRA_JSON={"thinking": {"type": "enabled"}}
# 阿里云百炼: https://dashscope.aliyuncs.com/compatible-mode/v1
# DEFAULT_MODEL=deepseek-v3.2
# DEFAULT_MODEL_EXTRA_JSON={"enable_thinking": true}
DEFAULT_MODEL=deepseek-ai/DeepSeek-V3
DEFAULT_MODEL_EXTRA_JSON=