22 lines
868 B
Plaintext
22 lines
868 B
Plaintext
|
|
# LLM Configuration
|
||
|
|
# Tip: Run 'inkos config set-global' to set once for all projects.
|
||
|
|
# Provider: openai (OpenAI / compatible proxy), anthropic (Anthropic native)
|
||
|
|
INKOS_LLM_PROVIDER=custom
|
||
|
|
INKOS_LLM_BASE_URL=https://ark.cn-beijing.volces.com/api/coding/v3
|
||
|
|
INKOS_LLM_API_KEY=63589785-b399-47dd-8423-d2433938f169
|
||
|
|
INKOS_LLM_MODEL=deepseek-v3.2
|
||
|
|
|
||
|
|
# Optional parameters (defaults shown):
|
||
|
|
# INKOS_LLM_TEMPERATURE=0.7
|
||
|
|
# INKOS_LLM_MAX_TOKENS=8192
|
||
|
|
# INKOS_LLM_THINKING_BUDGET=0 # Anthropic extended thinking budget
|
||
|
|
# INKOS_LLM_API_FORMAT=chat # chat (default) or responses (OpenAI Responses API)
|
||
|
|
|
||
|
|
# Web search (optional, for auditor era-research):
|
||
|
|
# TAVILY_API_KEY=tvly-xxxxx # Free at tavily.com (1000 searches/month)
|
||
|
|
|
||
|
|
# Anthropic example:
|
||
|
|
# INKOS_LLM_PROVIDER=anthropic
|
||
|
|
# INKOS_LLM_PROVIDER=anthropic
|
||
|
|
# INKOS_LLM_BASE_URL=
|
||
|
|
# INKOS_LLM_MODEL=
|