-
Notifications
You must be signed in to change notification settings - Fork 18
Home
Xavier Marrugat edited this page Apr 17, 2024
·
4 revisions
Welcome to the InfoHound's Wiki. Here you will find detailed explanations of the different parts of the tool. If you are having a hard time finding something, or you feel something is missing, we encourage you to open a new issue requesting the desired information.
There are 2 main configuration files:
-
infohound_project/settings.py
: This is the Django config file where the database connection, Ollama, and other settings are configured. -
infohound/infohound_config.sample.py
: This file is where the API keys from external services should be placed.