# LLM Configuration File (Dummy Content) MODEL_NAME: gpt-5.1 MODEL_VERSION: v1.0.0 DESCRIPTION: This is a placeholder configuration file used for testing LLM setups. [MODEL_SETTINGS] temperature = 0.8 top_p = 0.9 max_tokens = 4096 presence_penalty = 0.2 frequency_penalty = 0.1 [API] provider = OpenAI api_key = YOUR_API_KEY_HERE endpoint = https://api.openai.com/v1/chat/completions timeout = 60 [SYSTEM_PROMPT] "You are a highly capable large language model designed for reasoning, generation, and task automation." [DEFAULT_USER_PROMPT] "Hello, this is a test prompt for the dummy LLM configuration." [LOGGING] enable_logs = true log_level = DEBUG log_path = /var/log/llm/llm.log [METADATA] created_by = TestUser created_on = 2025-01-01 environment = development notes = "This file contains no real credentials or sensitive data." # End of file