config¶
Configuration modules: models, sampling parameters, agent definitions, system prompts, and path constants.
Config¶
config.config
¶
Config file for modifying several different components of Vector Companion's functionality. These components affect everything from the Audio, Video, Thinking and Language models to enabling/disabling search or mute.
You can also modify which agents to add or remove from the script.
get_db_client()
¶
Lazy-init ChromaDB persistent client. Defers import until first access.