cognee/cognitive_architecture/presets.py
2024-02-15 18:01:12 +01:00

8 lines
163 B
Python

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