Skip to content
Xavier Marrugat edited this page Apr 17, 2024 · 4 revisions

InfoHound - Wiki

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.

Configuration files

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.
Clone this wiki locally