Your AI second brain. Self-hostable. Get answers from the web or your docs. Build custom agents, schedule automations, do deep research. Turn any online or local LLM into your personal, autonomous AI (e.g gpt, claude, gemini, llama, qwen, mistral).
Rather than having each individual user configure their conversation settings, allow the server admin to configure the OpenAI API key or offline model once, and let all the users re-use that code.
To configure the settings, the admin should go to the django/admin page and configure the relevant chat settings. To create an admin, run python3 src/manage.py createsuperuser and enter in the details. For simplicity, the email and username should match.
Remove deprecated/unnecessary endpoints and views for configuring per-user chat settings
Incoming
django/admin
page and configure the relevant chat settings. To create an admin, runpython3 src/manage.py createsuperuser
and enter in the details. For simplicity, the email and username should match.Addresses some of the open items in #527