# Configuration for the LLM API[llm]provider="openai"api_key=""api_base_url="http://localhost:11434/v1"# Set to a concrete model name or use AUTODETECT to pick the first model from /v1/modelsmodel_name="AUTODETECT"# Automation optionsmax_attempts=12workspace_root=""shell="bash"post_write_verify=truesafe_fs=true