{% include 'pages/navbar.html' %}
You can also edit these values in
factgenie/config/config.yaml
.
Password protection
Enable password protection
If enabled, users will have to log in to access most of the app features. Make sure to enable this feature before any public deployment.
Include view pages in password protection
If disabled, the Browse and Analyze pages will not require login even when login is active. Useful for publishing results collected with factgenie.
Username
The username for logging in the app.
Password
The app password.
Deployment
Host Prefix
The prefix of the host URL where factgenie is deployed, e.g.
/demo/factgenie
. Keep empty for localhost.
Careful: an invalid value may render the web interface unusable.
Logging
Logging Level
The logging level for the app.
DEBUG
INFO
WARNING
ERROR
CRITICAL
Debug logging
Enable Flask debug logging.
API Keys
OpenAI
API key for OpenAI models
Anthropic
API key for Claude models
Gemini (Google AI Studio)
API key for Google Gemini models
Google Vertex AI
Settings for Vertex AI
Save Config