group-wbl/.venv/lib/python3.13/site-packages/langchain_openai/data/profile_augmentations.toml

57 lines
1.0 KiB
TOML
Raw Permalink Normal View History

2026-01-09 09:48:03 +08:00
provider = "openai"
[overrides]
image_url_inputs = true
pdf_inputs = true
pdf_tool_message = true
image_tool_message = true
tool_choice = true
[overrides."gpt-3.5-turbo"]
image_url_inputs = false
pdf_inputs = false
pdf_tool_message = false
image_tool_message = false
[overrides."gpt-5.1-codex"]
max_input_tokens = 272000
[overrides."gpt-5.2-pro"]
max_input_tokens = 272000
[overrides."gpt-5.1-codex-mini"]
max_input_tokens = 272000
[overrides."gpt-5.2-chat-latest"]
max_input_tokens = 272000
[overrides."gpt-5.1"]
max_input_tokens = 272000
[overrides."gpt-5-nano"]
max_input_tokens = 272000
[overrides."gpt-5-codex"]
max_input_tokens = 272000
[overrides."gpt-5-mini"]
max_input_tokens = 272000
[overrides."gpt-5.1-codex-max"]
max_input_tokens = 272000
[overrides."gpt-5-chat-latest"]
max_input_tokens = 272000
[overrides."gpt-5"]
max_input_tokens = 272000
[overrides."gpt-5-pro"]
max_input_tokens = 272000
[overrides."gpt-5.2"]
max_input_tokens = 272000
[overrides."gpt-5.1-chat-latest"]
max_input_tokens = 272000