cognee/level_4/cognitive_architecture/presets.py
2023-11-10 18:24:31 +01:00

10 lines
165 B
Python

DEFAULT_PRESET = "cognitive_architecture_chat"
preset_options = [DEFAULT_PRESET]
def use_preset():
"""Placeholder for different present options"""
pass