32 lines
1004 B
Plaintext
32 lines
1004 B
Plaintext
# LLM_ONLY_MODEL.config
|
|
#
|
|
# Lists LLM models that do NOT support image input (text-only).
|
|
# When a model appears in this list, any Image/ImageRef blocks in
|
|
# user messages are replaced with a text placeholder before sending
|
|
# to the API, preventing API errors from multimodal content.
|
|
#
|
|
# Loading order (merged, deduplicated):
|
|
# 1. Project-level: {cwd}/.claw/LLM_ONLY_MODEL.config (walks ancestors)
|
|
# 2. User-level: ~/.claw/LLM_ONLY_MODEL.config (this file)
|
|
#
|
|
# Format: one model specifier per line.
|
|
# - Full model ID: claude-opus-4-6
|
|
# - Substring: claude-opus (matches any ID containing "claude-opus")
|
|
# - Prefix match: gpt-: (matches any ID starting with "gpt-")
|
|
# Comments start with #, empty lines ignored.
|
|
# Matching is case-insensitive.
|
|
|
|
# Common text-only models:
|
|
# claude-opus-4-6
|
|
# gpt-4
|
|
# gpt-4-turbo
|
|
# gpt-4o-mini
|
|
# gpt-3.5-turbo
|
|
# llama-3.1-8b
|
|
# llama-3.1-70b
|
|
# llama-3.1-405b
|
|
# mixtral-8x7b
|
|
|
|
# Add your text-only models below:
|
|
deepseek-v4-flash
|
|
MoQ-5.4 |