neurocore.config.schema.LLMConfig ================================= .. py:class:: neurocore.config.schema.LLMConfig(/, **data: Any) Bases: :py:obj:`pydantic.BaseModel` Project-level LLM configuration shared across all skills that set requires_llm=True. .. py:attribute:: provider :type: str :value: '' .. py:attribute:: model :type: str :value: '' .. py:attribute:: api_key :type: str :value: '' .. py:attribute:: max_tokens :type: int :value: 8192 .. py:attribute:: temperature :type: float :value: 1.0